rangeslider.js icon indicating copy to clipboard operation
rangeslider.js copied to clipboard

Is there a way to make slider enabled only when `sliding`?

Open Botanistt opened this issue 6 years ago • 1 comments

In other words, I would like to set it disabled by default but upon sliding it should be enabled. Is there a way for this?

Botanistt avatar Jun 26 '18 22:06 Botanistt

Not sure if I got u right... Here is a example on how you can programatically disable/enable the element. If you want to disable it by default just set the disabled attribute e.g <input type="range" disabled>.

andreruffert avatar Jun 28 '18 10:06 andreruffert