Closed YasminRodriguez1 closed 8 years ago
@NuhaKhaled Your class is overrides default select2's class, so you need add class yourself, for example:
f.input :students, as: :select2_multiple, input_html: { class: "select2-input chosen activityStudents" }
The gem worked perfectly when I did this:
But when I add the ajax call I need, it stops working and a normal select is there.