I’m pretty sure I’ve run into a filters bug where the checkboxes are not getting cleared/reset properly when I click on any of the clear buttons or the x in the tags to clear filters that way, in both of the checkbox lists (the traditional one and the toggle shaped one) the first checkbox from each list is getting cleared but the rest of them aren’t (the filtering is removed but the checkboxes aren’t actually getting toggled off.
I wonder if this is related to me using custom elements for the checkboxes rather than the Webflow native ones, as this gives me more control over the styling and allows me to create components out of them.
Here is a loom video
Here is the live url and the read only.
Let me know if I’m doing something wrong or if this is an actual bug.
+1 on this issue. I’ve triple-checked everything, and only the first checkbox of a each fs-list-field will properly reset it’s state (looks to be the same with yours). All filters in all groups will filter the list properly and be removed properly (via reset all, reset group, or remove active filter buttons), but they will not reset their state via any of those same methods.
FWIW, live site is here
Hi @caleb.raney!
I noticed that you have the name=
Attribute from your form_main_checkbox_input
linked with the Field Name of the item, please change it to the “category” name in this case name="structure"
.
You should make sure that all the radio buttons in the same group, or all the checkboxes in the same group, have the same name
.
For radios, it is displayed in the Webflow settings panel as Group Name
, for checkboxes, it is displayed as Name
.And no other form element should have that same name if it’s not part of the radios/checkbox group.
We apologize for the inconvenience, We will update the docs.
Let me know how it goes!
Hi @jonvway!
If you are using the native Webflow checkboxes, please change the Checkbox name to the name of the category. For example, for your “Medium” column the checkboxes names should look something like this:
Let me know if this works for you!
1 Like
Thanks @Support-Pedro within the components I had the field name and the fs-list-value attribute both pulling from the same property which was the issue. I guess the name field needed to be the same across groups like you said but the fs-list-value still needed to have the unique value to match the text, thanks for helping me sort that out.
1 Like