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) ```