vue-currency-input
vue-currency-input copied to clipboard
Cannot input Number.MAX_SAFE_INTEGER
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
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