-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
[NumberField] Support custom decimal separator #1066
Comments
@Tockra In the new API, we have a <NumberField format={/* options */} /> Would that work for your use-case? |
Thank you for your answere. This prop seems to be good for my usecase. |
This will come to Material UI in an upcoming major release! |
Closing this issue as the If anybody has use-cases where this is not sufficient, please open a new issue ~ |
Summary
When the Number Input support decimal numbers in future, it would be nice to control the separator.
E.g. by an optional property "separator: string" which allows to choose a own separator based on the websites locale. If not set it could determine the separator by the browser settings.
Examples
Motivation
Multi language support of decimal numbers
Search keywords: separator, decimal, number, input,textfield
Search keywords:
The text was updated successfully, but these errors were encountered: