Class: Superform::Rails::Components::Field
- Defined in:
- lib/superform/rails/components/field.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Superform::Rails::Components::Base
Instance Method Details
#field_attributes ⇒ Object
5 6 7 |
# File 'lib/superform/rails/components/field.rb', line 5 def field_attributes { id: dom.id, name: dom.name } end |