Attributes Filter problem

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 :slight_smile:

  1. 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.

  2. You currently have the fs-cmsfilter-field = Track and fs-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.

  3. as your filter options are hidden in a dropdown consider adding tags such as these to indicate which filters are active.