vue-currency-input icon indicating copy to clipboard operation
vue-currency-input copied to clipboard

Cannot input Number.MAX_SAFE_INTEGER

Open TranManhThang96 opened this issue 1 year ago • 0 comments

Vue Currency Input version

2.1.0

Vue version

3.0.0

What browser are you using?

Chrome

What operating system are you using?

MacOS

Reproduction link

https://dm4t2.github.io/vue-currency-input/playground.html

Describe your issue

image

When I set precision: {min: 0, max:5}, the red space can't be entered anymore, but 5 digits after the decimal can still be entered. I want this place to be flexible to min, max. Example When set precision: {min: 0, max:5} can still enter 9,007,199,254,740,991 When set precision: {min: 1, max:5} can still enter 900,719,925,474,099.1

TranManhThang96 avatar Sep 21 '22 10:09 TranManhThang96