bootstrap-touchspin
bootstrap-touchspin copied to clipboard
negative value
When i have a negative value like value="-1" with min: -1, always appears 0.
For example: displays 0.
and i have this: $("#time").TouchSpin({ min: -1, max: 360000, step: 10, decimals: 0, boostat: 5, maxboostedstep: 10, postfix: 'seconds' });