Closed Benzolitz closed 9 years ago
$('#txtTesting').jStepper({minValue: -9999, maxValue: 20, overflowMode: 'ignore'});
I can write -9, but I can't add another 9. The script will stop me because the only check is if the Value.length is bigger than maxValue.length.
Didn't want to close :D
Fixed! Thanks for the contribution :)
Currently the script only checkes if the input has a bigger length then maxValue. If you want to enter a negative Value which is longer than the maxValue, the script stops you from doing so. Only possibility was to use the mousewheel.