We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can set the value displayed in a text field directly by using :value_text option.
# view = simple_form_for ... ... = f.input_field :category, :as => :autocomplete, :source_query => autocomplete_category_name_categories_path, :value_text => "your value"
There was an error while loading. Please reload this page.