Hey There,
I am working on trying to get the {{ filter_value.label }} out of the filter
{%- for filter_value in filter.active_values -%}
{%- assign filter_count = filter_count | plus: 1 -%}
{{ filter_value.label }}
ā
{%- endfor -%}
Currently, I am trying to console.log() the output to confirm the logic works, but for some reason I cant get updates on the page after initial load. im assuming this is form so I would have expected it to run the script again after something is selected.
any ideas? Also, where is the filter active stored? I lookied in localstorage, but couldnt find it.