seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
2.99k stars 1.14k forks source link

How can I reset the values of the range slider ? #805

Closed ShaheryarAbid closed 6 years ago

ShaheryarAbid commented 6 years ago

Hi there,

I hope you shall be fine. My name is Shaheryar Abid. I am using your slider on my project. I am using the example 2 of your demos. The range slider. Now I have created a link and on click I am running a function that will reset the range slider's values. But I can not figure it out how to reset the values on the range slider. Here is my jsfiddle code. https://jsfiddle.net/ShaheryarAbid/rw5ubgno/1/

seiyria commented 6 years ago

There is no reset function in the api, so you just have to do a setValue with an array.