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

InputNumber internationalization #54

Open
VincentBerthier opened this issue Mar 9, 2024 · 0 comments
Open

InputNumber internationalization #54

VincentBerthier opened this issue Mar 9, 2024 · 0 comments

Comments

@VincentBerthier
Copy link
Contributor

In some languages, the decimal separator is not the . (in French for example, it’s the ,).

As it is, even with the page in French, in an InputNumber the separator remains the . at least when inputting new values because the display replaces that with a , (at least sometimes, it’s weird).

Still, it would be good if we could allow custom seperators at least for inputs. I’ve tried to do that but without success (even if the parsing works, it gets messed up when displaying it back).

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

No branches or pull requests

1 participant