You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to remove the first digit of a number with zeros after it, all zeros are immediately removed so it is not easy to just replace the first digit of a number.
Ex :
I have 1001 in my input and if I remove the first "1" (to replace it by a "2" for example) my input value is immediatly replaced by "1" (without the firsts zeros).
See the attached GIF.
Note that the last version of the vue currency input playground (v3.0.4) has the same behaviour.
The text was updated successfully, but these errors were encountered:
Vue Currency Input version
v1.22.6
Vue version
v2.6.14
What browser are you using?
Chrome
What operating system are you using?
Windows
Reproduction link
https://vue-currency-input-v1.netlify.app/playground/
Describe your issue
When I want to remove the first digit of a number with zeros after it, all zeros are immediately removed so it is not easy to just replace the first digit of a number.
Ex :
I have 1001 in my input and if I remove the first "1" (to replace it by a "2" for example) my input value is immediatly replaced by "1" (without the firsts zeros).
See the attached GIF.
Note that the last version of the vue currency input playground (v3.0.4) has the same behaviour.
The text was updated successfully, but these errors were encountered: