Module: Playbook::PbForm::FormBuilder::TypeaheadField

Defined in:
app/pb_kits/playbook/pb_form/form_builder/typeahead_field.rb

Instance Method Summary collapse

Instance Method Details

#typeahead(name, _options = {}, _html_options = {}, props: {}) ⇒ Object



7
8
9
10
# File 'app/pb_kits/playbook/pb_form/form_builder/typeahead_field.rb', line 7

def typeahead(name, _options = {}, _html_options = {}, props: {})
  props[:name] = name
  @template.pb_rails("typeahead", props: props)
end