Hello @Support-Luis ,
I am using the range slider on a page it works great but I would need help on the following:
My minimum is set to 0 my max to 50000
when you arrive to 50k it should show >50k and not “stop” on 50k.
And maybe the same for the lower end. Instead of “0" I would like to see <500.
however i am having some issues now it seems some of the scripts i’m using on the page are not loading at all not sure what happened because i didn’t change anything and it was working fine this morning @Support-Luis
EDIT: seems the jquery issues from last night got solved. But still got my initial question from this topic ^^
hey @anais! Great to hear that the jQuery issues were solved!
Quick question. Is this only a display setup? We can add some JS that monitors the displayed value and modifies the text content to show “<500” and “>50,000” respectively.
Let me know if this is correct to help with the code