Method: Primer::Forms::Dsl::FormObject#group

Defined in:
app/lib/primer/forms/dsl/form_object.rb

#group(**options, &block) ⇒ Object


19
20
21
# File 'app/lib/primer/forms/dsl/form_object.rb', line 19

def group(**options, &block)
  add_input InputGroup.new(builder: @builder, form: @form, **options, &block)
end