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
As of V0.4.9, float values in the main screen web.html are formatted with US/English locale settings, using a dot (point) as decimal separator. For values greater that 999 there is no thousand seperator.
My proposal is to make use of the current locale settings from the browser, using value.toLocaleString() .
The text was updated successfully, but these errors were encountered:
As of V0.4.9, float values in the main screen
web.html
are formatted with US/English locale settings, using a dot (point) as decimal separator. For values greater that 999 there is no thousand seperator.My proposal is to make use of the current locale settings from the browser, using
value.toLocaleString()
.The text was updated successfully, but these errors were encountered: