Hey there,
I’m trying to use a text input field to filter a maximum price range instead of using the range slider element.
I have a list of artworks that each have a price and I want to be able to use a text field to allow users to filter out items based on a maximum price that they can afford.
The reason I’m not wanting to use the range slider is that the price range for each artist is going to vary a lot and so I don’t want to have set maximum values within that slider.
I’ve setup a text input field with type number, the correct identifier, and an attribute of fs-cmsfilter-range="to"
but rather than working as a range the filter is looking for that specific text string eg: if I set the max price to 200 it is showing results with 20 and 2,000 instead of anything under 200.
Any help would be appreciated
Live link
Password is: oovra
Read-only link