vendredi 26 juin 2015

Collection select display as dropdown

I have a collection_select and want it to display as a dropdown but instead it keeps showing as a slider with a scroll. How do I make it a dropdown?

<%= f.collection_select :fund, funds, :id, :name, {}, {:multiple => true} %>

Aucun commentaire:

Enregistrer un commentaire