-
Notifications
You must be signed in to change notification settings - Fork 389
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels