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
If I type the value 2,22 the input is 22,2.
2,22
22,2
So my input is 2, comma, 2, 2. You can see the result on this little animation:
2
comma
data: () => ({ currency: 'EUR', }),
The text was updated successfully, but these errors were encountered:
Thanks again for reporting @SPQRInc
Sorry, something went wrong.
503802f
This bug is fixed in release 1.9.1.
No branches or pull requests
If I type the value
2,22
the input is22,2
.So my input is
2
,comma
,2
,2
. You can see the result on this little animation:Additional information:
The text was updated successfully, but these errors were encountered: