Skip to content
New issue

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

Default decimals and separators stopped working #146

Open
juanhuerta opened this issue Aug 19, 2019 · 0 comments
Open

Default decimals and separators stopped working #146

juanhuerta opened this issue Aug 19, 2019 · 0 comments

Comments

@juanhuerta
Copy link

This is very strange, maybe a browser update compatibility.

I always used "$.number(50202364)" to get "50,202,364.00", using default number() options for decimals and separators, but since a couple weeks, and no updating any code, library, etc., I start seeing unformatted numbers in my web apps.

I executed a test on my Chrome and Brave browsers and now I got unformatted number doing the same operations, just "50202364". Now I have to specify decimals and separators to get formatted numbers

$.number( 50202364, 2, '.', ',')

I have to update all my code to get it working again, what could id be?

I'm seeing the same results in all my web apps.
My Chrome version 76.0.3809.100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant