platanus / activeadmin_addons

Extends ActiveAdmin to enable a set of great optional UX improving add-ons
MIT License
752 stars 282 forks source link

Is there any way to filter options displayed on the selected_list?? #491

Open MrHolmes19 opened 6 months ago

MrHolmes19 commented 6 months ago

I am using a selected_list input in Active Admin, and I want to filter the available options displayed in the dropdown. Specifically, I want to exclude the options that are already selected. is there any way to achieve this??