I currently have a f.collection_select in my rails app. What is the best way to convert this into a text input box with autocomplete?
I currently have a f.collection_select in my rails app. What is the best way to convert this into a text input box with autocomplete?