简体   繁体   中英

Query on Simple_form Associations in rails

I have this below code in my simple_form, As it gives me the drop down,I want to modify it as a search box, where i can search for it instead of a drop dow. How to modify it ?

Does simple_form has any feature like this or we need to use any jquery plugin for this ? If YES please tell me how modfiy it accordingly.

<%= f.association :receiver, :label => "Member's Name" %>

You could use chosen-rails gem. Just follow the README .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM