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

negative value

Open lluisd opened this issue 11 years ago • 0 comments

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' });

lluisd avatar Jun 10 '14 09:06 lluisd