Tabs and accordions stop working after filter sort - attributes V2

I have an accordion and a tab element within a cms list item. They hold cms rich text links.

Tabs and accordion don’t function (won’t open to reveal content) after a filter sort is applied.

Should fs-cmsload-resetix=“true” work for this? If yes, where is it placed and does the script need to be updated?

Sorry, can’t share the link due to client confidentiality.

Thanks for your help!

Hey @toolboxstudio.ca! :waving_hand:

We can help you resolve this issue with tabs and accordions not functioning after filter sort is applied. This is a common scenario when using Finsweet attributes with interactions.

The issue happens because when filter/sort operations manipulate the DOM, Webflow interactions bound to the original elements lose their functionality. The newly sorted or filtered elements need to have their interactions reinitialized.

Yes, fs-cmsload-resetix="true" should work for this scenario! Just make sure to add this attribute to your Collection List element that has fs-cmsload-element="list" (typically your Collection List wrapper).

Just be aware that when using this attribute, all interactions with an Initial State will be restored to it, which might cause some unexpected behaviors if you have complex interaction states.

If the resetix attribute doesn’t completely solve your issue, you might also want to check your filter/sort attribute setup, or consider using fs-cmstabs-resetix="true" specifically for CMS Tabs.

Try implementing the solution as described and let us know if it resolves the issue. If you’re still having trouble, a Loom video showing the current behavior would help us provide more specific guidance.

If you need additional assistance, @Support-Luis or @Support-Pedro can help you further.