Hi, I’m customizing Shopify’s filters and I want to add a slider selector to the price filter.
I was able to get the slider and update the values properly.
I want to refresh the products list when selecting a value, like when the text fields are updated normally. But I can’t get to trigger the same event than the input[type=text].
Is there a way to refresh the list with the selected values without using the default “Search” button?
Yes, I’m able to refresh. But the deault behavior is that when you updaet the value in the textbox, the list is refreshed, but not the page, so the filter’s box stays open. The page only refreshes when we click on “Search”.
I’d like to have the same behavior.
I tried to trigger a change or keypress or keydown event on the text field but nothing is fired then.