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

Replace custom number formatting with native function #356

Open
arildm opened this issue Apr 9, 2024 · 0 comments
Open

Replace custom number formatting with native function #356

arildm opened this issue Apr 9, 2024 · 0 comments
Labels
maintenance Oiling the gears, preventing future problems

Comments

@arildm
Copy link
Member

arildm commented Apr 9, 2024

Replace the util functions prettyNumbers and formatDecimalString with Number.toLocaleString(). This is not straight-forward because the current functions utilize jquery-localize to auto-update on locale change. We would need to re-trigger the Number.toLocaleString() calls some other way instead.

@arildm arildm added the maintenance Oiling the gears, preventing future problems label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Oiling the gears, preventing future problems
Projects
None yet
Development

No branches or pull requests

1 participant