samedi 27 juin 2015

Simple form input as dropdown not select box

I have a input with a collection that should display as a drop down but instead it's displaying as a select box. How do i make it a drop down?

<%= f.input :fund, collection: funds, prompt: 'Select Fund', label: false, input_html: { multiple: true } %>

Aucun commentaire:

Enregistrer un commentaire