We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
= f.input :superhero, as: :autocomplete, collection: ['Batman', 'Spider-Man']
If using traco and translated_inputs, simply add autocomplete: true:
translated_inputs
autocomplete: true
== translated_inputs f, :technique, autocomplete: true