seiyria / bootstrap-slider

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

Problem with slider increase step and middle range #932

Closed alvaaz closed 4 years ago

alvaaz commented 4 years ago

Hi, I testing slider so that in certain values ​​the steps are increased but i've problem in value 150, after this value should be increased to 170 and not 160.

What am I failing?

https://codepen.io/alvaaz/pen/vYBxwKe

seiyria commented 4 years ago

Dynamically changing the step size in this fashion is not supported. If you need to specify custom ticks, you should use data-slider-ticks instead.