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
KendoIntl rounds negative numbers differently then Intl.NumberFormat.
This can be observed here:
https://stackblitz.com/edit/react-o29snm-7iyfqp?file=app%2Fmain.jsx
We round the number -0.375 to 0.37 where Intl.NumberFormat rounds it to -0,38
-0.375
0.37
-0,38
The text was updated successfully, but these errors were encountered:
No branches or pull requests
KendoIntl rounds negative numbers differently then Intl.NumberFormat.
This can be observed here:
https://stackblitz.com/edit/react-o29snm-7iyfqp?file=app%2Fmain.jsx
We round the number
-0.375
to0.37
where Intl.NumberFormat rounds it to-0,38
The text was updated successfully, but these errors were encountered: