Adding placeholder for chosen multi-select using Ruby on Rails
Here's the snippet for adding placeholder for multi-select dropdown of chosen
http://harvesthq.github.io/chosen/
= f.select :category_ids, Category.all.map { |c|[c.name, c.id] }, class: "chosen-select", multiple: true, data: { placeholder: "Categories" }
Written by Allen Chun
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rails
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#