CMS Filter Issue - All Items disappears

Description

[The CMS list filter dropdown checkbox is not working the way it should, when I use the checkbox the entire content on the page disappears ]

Site URL

Required: Please provide a staging/production URL where we can see the issue

Steps to Reproduce

  1. Select healthcare professionals from the dropdown filter list

Expected Behavior

I expect the items to be filtered by the selected job categories

Actual Behavior

The entire item disappears on the page disappears

Video/Screenshots

Hey @Jeberulz!

While inspecting the HTML, I noticed there are some empty fs-list-field attributes inside the card elements—specifically in the .category-wrapper element, which is nested inside .product1_image-wrapper.

The fix is simple: just remove those blank attributes from the elements.

Also, just a heads-up—there’s no need to add the fs-list-value="{{VALUE}}" attribute to the collection item filter fields. It won’t break anything, but it’s unnecessary.

Let us know if this solves your issue! If you need more help, @Support-Luis or @Support-Pedro can take a closer look at your setup.

1 Like

Thanks, it worked.