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