Hey @Mica! What seems to be the issue? I see the filter working as expected but it could have some improvements, I’ll list them here, and let me know if the problem persists after this
-
Add an “All” button to your filters, this will help users clear the filters as you are using radio buttons and these can not be unchecked. Here is a guide on how to set one up.
-
You currently have the
fs-cmsfilter-field = Track
andfs-cmsfilter-active = active
attributes on your radio wrapper, you can move these to the radio button label to keep the active class when any filter is selected.
-
as your filter options are hidden in a dropdown consider adding tags such as these to indicate which filters are active.