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
To reproduce the issue, start typing in the input and you'll notice that with the new version when the value reaches the fourth character it gets converted to decimal.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello, I am facing an issue with the component after upgrading from
3.27.0
to3.28.0
where the formatting doesn't work while typing anymore.The reason is that I'm using a custom separator and decimal props rather than the default ones.
Please find below the code sample:
For easier testing, I created two sandboxes:
3.27.0:
https://codesandbox.io/p/sandbox/coders-tm-vue-number-format-3-forked-jdvj4d
https://recordit.co/zIO6XtuU87
3.28.0:
https://codesandbox.io/p/sandbox/coders-tm-vue-number-format-3-forked-jv8r9j
https://recordit.co/XEuEVNMs6p
To reproduce the issue, start typing in the input and you'll notice that with the new version when the value reaches the fourth character it gets converted to decimal.
Thanks in advance.
The text was updated successfully, but these errors were encountered: