We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.3
3.2
Chrome
MacOS
https://dm4t2.github.io/vue-currency-input/playground.html
The valueRange option doesn't account for the valueScaling passed.
valueRange
option
valueScaling
If using precision as valueScaling, meaning a value of 14 will indeed be 0.14, I would expect that this setting would enforce a minium of 0.14:
precision
14
0.14
valueRange: { min: 14 }
Instead, it forces a minium of 14
The text was updated successfully, but these errors were encountered:
Hi, sorry for the very late reply. I also think that should be changed.
Sorry, something went wrong.
No branches or pull requests
Vue Currency Input version
3.0.3
Vue version
3.2
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
The
valueRange
option
doesn't account for thevalueScaling
passed.If using
precision
asvalueScaling
, meaning a value of14
will indeed be0.14
, I would expect that this setting would enforce a minium of0.14
:Instead, it forces a minium of
14
The text was updated successfully, but these errors were encountered: