views:

262

answers:

1

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?

A: 

Here you go http://github.com/rails/auto_complete

Sohan