autoNumeric / autoNumeric

AutoNumeric is a standalone library that provides live as-you-type formatting for international numbers and currencies.

Home Page:https://autonumeric.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error with decimal and min/max value

chatis opened this issue · comments

commented

Hello,

I have created this code : https://codepen.io/pluginch/pen/gOQKoOW?editors=1010

but has you can see, I put a range between 6.50 and 11.25 with step of 0.05

But this is impossible to write 6.75 or any greater value than 9.99

How can I fix it ?

Thank you

You can now use the overrideMinMaxLimits: 'invalid' option to temporarily allow invalid values (in your case '6.' when you use the Delete key to remove the '50' part to enter '75' instead).

See here and #543.