seiyria / bootstrap-slider

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

slide event not catching changes when slider is simply clicked #962

Closed leryss closed 3 years ago

leryss commented 3 years ago

Pretty much you can see it in Example #6 on https://seiyria.com/bootstrap-slider/ . The event handler will catch the slider dragging but does not catch the value change when slider bar is clicked.

Is this intended ? Is there another event for detecting all value changes ? Because I couldnt find one

leryss commented 3 years ago

Nvm I found that I had to use "change" event, I'm stupid...