activeadmin-searchable_select
activeadmin-searchable_select copied to clipboard
Searchable select boxes for forms and filters
The order in multiple selects is not kept. It always re-orders in alphabetical order after selection. - Is it the expected behavior or a bug? - Is there any way...
It would be great if users could be allowed to enter a new custom that's not in the collection to search for. Select2 seems to provide support for this via...
First off, thank you very much for creating activeadmin-searchable_select. We've been using ActiveAdmin in our Rails app for 5 years, and as the amount of data in our database has...
We are using ActiveAdmin's PunditAdapter to provide authorization of the ActiveAdmin controller actions. After we integrated activeadmin-searchable_select with AJAX, we ran into an issue with the `*_options` controller actions. They...
searchable_select.scss-1.8.0 does not work with cssbundling gem because @codevise/activeadmin-searchable_select/src/searchable_select.scss does an '@import "select2"' which should be spelled out with cssbundling (see: https://github.com/rails/cssbundling-rails): @import "select2/dist/css/select2"; Workaround is not to include the...