Filters weird behaviour

Hi,

I configured CMS Filters on this page: Missions

All the filters seem to work great, except for the first checkbox (“Architecture d’entreprise”) of the first filter (“Missions par thème”). I tried deleting this option and creating a new one, it still has a bug on the first checkbox…

I’m totally lost here :sweat_smile:

Read-Only: Webflow - Oya Consultants

I’m not sure what it is, but it seems that when it’s the third “tag”, the filter doesn’t work. The same happens with the “Design thinking” option. The card “Manager de transition - Énergie et utilities - Green IT” doesn’t show on the filter because it’s the third tag.

When I go to the page of the post, the last tag is with a different color. Perhaps it’s something on your CMS?

Hey @pablo.faust! I am reviewing the setup, and one thing I noticed is that you have added the fs-list-value attribute to the collection list items. This is only needed for the filters.

You can remove it from here

However, it seems that the filter is only seeing the first tag with the fs-list-field = theme attribute. If you move the “Architecture d’entreprise” pill to the top, you can see the filter works as expected. I have raised this issue with the team and we will be taking a look

Hi Luis,

Thanks for your reply!

However, if I delete the fs-list-value from the filter items, the filtering doesn’t work at all… If it’s supposed to work without fs-list-value… maybe there’s a clue here?

Hi @Support-Luis, did the team find a solution for this bug?
Thanks!

Hey @pablo.faust!

Could you add the attribute fs-list-element="list" to the “wrapper_tags” element?

It seems that the filter requires us to define the nested static list so that all the tags are properly registered. I will make sure the documentation is updated as needed.