Reset back to initial filters

We have a page displaying cards with multiple filters, including radio, search and 2 selects. The link to this page automatically applies a select and a radio filter through the URL. We’d like to include a “reset” button that resets everything back to those initial filters, but doesn’t wipe out all filters.

It seems like using JavaScript to update the radio button works fine, but I can’t figure out how to programmatically trigger the filter on select. Even when I update the select props value, it doesn’t trigger an update in cms-filter.

Hey @tim can you please share a read-only link?

@Support-Luis - Just DM’d you.

Hello @tim, you can add the dispatch event to trigger the filtering field.dispatchEvent(new Event('input', { bubbles : true }));