Hello. The Select example in README file is wrong, elements are in bad order. It should be: `<%= f.select :product, [["Apple", 1], ["Grape", 2]], { label: "Choose your favorite fruit:" }, { class: "selectpicker" } %>`
Hello. The Select example in README file is wrong, elements are in bad order. It should be:
<%= f.select :product, [["Apple", 1], ["Grape", 2]], { label: "Choose your favorite fruit:" }, { class: "selectpicker" } %>