Module: Formular::Element::Foundation6::InputGroup::WrappedGroup
- Includes:
- Module, Modules::WrappedControl
- Included in:
- Formular::Element::Foundation6::InputGroup
- Defined in:
- lib/formular/element/foundation6/input_group.rb
Instance Method Summary collapse
Methods included from Module
Instance Method Details
#wrapper(&block) ⇒ Object
12 13 14 |
# File 'lib/formular/element/foundation6/input_group.rb', line 12 def wrapper(&block) builder.fieldset(Attributes[[:wrapper_options]], &block) end |