I want to use it in my rails projects instead of the default selectbox, but can’t figure out what kind it is or how to implement it in my code.
The rails_admin one is more like a textbox with typeahead instead of just a standard dropdown.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It looks like they have created their own, here take a look:
https://github.com/sferik/rails_admin/blob/master/app/assets/javascripts/rails_admin/ra.filtering-multiselect.js
It would be nice to pull it out and make a plugin, as a note it does look like it depends on jQuery, and jQueryUI.