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.