Hello Finsweet Team,
I’m using Attributes List-Filter V2 on a static (non-CMS) list in Webflow and I’m running into a problem: when I check a filter checkbox, only the first category in each item is ever matched—subsequent categories are ignored. I’ve verified that:
- I have
<form fs-list-element="filters">
wrapping my checkboxes. - I have
<div fs-list-element="list">
wrapping all my items. - Each category in an item is marked with
fs-list-field="category"
and its Text matches exactly my checkbox’sfs-list-value
.
I double checked every attribute that I should used and, unfortunately, didn’t find the problem.
Despite this setup, the filter only ever “sees” the first category. Could you please advise if there’s an additional initialization step or known limitation when using List-Filter V2 on non-CMS lists with multiple category elements?
Thank you for your help!
Best regards,
David