Closed hutkadev closed 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)
:searchable_select
filter :first_name, as: :searchable_select
f.input :category, label: 'Категория', as: :searchable_select, collection: categories_collection(false)
Started to work after running rails assets:precompile
rails assets:precompile
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)