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

Format numbers based on user's number format #64

Open
stenrose opened this issue Jan 23, 2022 · 0 comments
Open

Format numbers based on user's number format #64

stenrose opened this issue Jan 23, 2022 · 0 comments

Comments

@stenrose
Copy link

User's selected number format (decimal and thousand separators) are not respected.

I have kind of solved it for my need using
modify: parseFloat(x).toFixed(2).replace('.', ',') but would prefer if the card where following the user settings.

Would that be possible to solve?

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

No branches or pull requests

1 participant