vue-number-format
vue-number-format copied to clipboard
prevent inputting beyond precision limit
Is it possible to prevent typing after reaching the precision limit just like how it's currently preventing typing any decimal number if precision=0 ? current behavior is that it removes any extra digits on blur not on input.
#60 ~~this worked for me in both vue 2 & 3. can you check it out.~~ actually it just work for inputting manually. for setting a number with more digits than precision with pasting or setting in script rounding does not work
Not planned