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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: