EmKayDK / jstepper

A jQuery plugin usable for making a numeric textfield value easy to increase or decrease
ISC License
18 stars 6 forks source link

situations not adding minDecimals #4

Closed jedierikb closed 9 years ago

jedierikb commented 10 years ago

In this example:

$('#txtTesting').jStepper({minValue:0, maxValue:23, minLength:2, minDecimals:3, maxDecimals:3, decimalSeparator:'.'});

If I enter 24, the textfield is automatically reverted to 23 -- super! But I expected it to revert to 23.000

Also, if I enter 2 and blur focus on the textfield, it remains 2. I expected it to change to 02.000

EmKayDK commented 9 years ago

Thank you for the bug report. I will investigate and make a fix as soon as possible.

EmKayDK commented 9 years ago

This bug is now solved with the 1.5.0 release.

Thanks again :+1: