codevise / activeadmin-searchable_select

Searchable select boxes for forms and filters
Other
97 stars 33 forks source link

:searchable_select Not working #48

Closed hutkadev closed 1 year ago

hutkadev commented 1 year ago

Rails 7.0.4 ActiveAdmin 2.13.1

Trying to use :searchable_select for filter and form. Both examples does not work (searchable select 2 select is not present)

filter :first_name, as: :searchable_select
f.input :category, label: 'Категория', as: :searchable_select, collection: categories_collection(false)
hutkadev commented 1 year ago

Started to work after running rails assets:precompile