We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Plucks all distinct values for attribute:
= f.input :superhero, autocomplete: true
You can pass your own collection:
= f.input :superhero, autocomplete: ['Batman', 'Spider-Man']
Works with traco and translated_inputs:
translated_inputs
== translated_inputs f, :technique, autocomplete: true