In a ruby app I have a post model and a writer model. in the form I have a column for writer. I want to use in the form instead of collection_select something like I will type "sh" and this will filter all writers name and show me list that start with sh. and When I select one it will be inside the form and writer id will be saved.
how to do so?