bootstrap-touchspin icon indicating copy to clipboard operation
bootstrap-touchspin copied to clipboard

"value" overridden by "min"

Open mtnbikingmom opened this issue 10 years ago • 1 comments

I'm setting my value as 0 but it is being overridden by my min setting of 5. Is there a way to show initial setting of 0, then first step starts out with min of 5? Right now the initial value shows 5.

mtnbikingmom avatar Mar 04 '15 19:03 mtnbikingmom

If you want to display 0, then you have to set the min to 0. Then, if you want to increment from 5 to 5, you use the step parameter Else, if you only want the first click to do +5, you have to develop the js block to do it.

netraagal avatar Feb 18 '19 14:02 netraagal