seiyria / bootstrap-slider

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

Disable click/change on slider #855

Closed millykat closed 5 years ago

millykat commented 5 years ago

Hello, I need to disable the click option on the range bar. I would like the user to be allowed only to slide/drag the mouse in the range bar and not to click on it. How can I acieve this? Thank you

seiyria commented 5 years ago

You could use CSS to set the track to pointer-events: none.

millykat commented 5 years ago

Thank you for the soon reply. I added this in the .slider-track class all the related track classes but click still works. And if add it in the .slider class neither slide neither click is working.

You mean some other way?

Sentence commented 4 years ago

+1