Hi there!
I’m trying to build a custom dropdown that acts as a filter, but I haven’t been able to get it to work properly. I’m not sure if things work the same way with the new Attributes V2.
I’ve set up the dropdown component using fs-selectcustom-element="dropdown"
, with one example item inside the list, and the select with its options. That part seems to be working fine.
The issue is with the filtering. I added fs-list-field="category"
to the select element, but when I try to filter, it seems to do something — like it’s attempting to filter — but it doesn’t return any elements.
I’ve attached some screenshots of my setup in case it helps clarify things.