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

[Feature]: Allow binding to different Cultures for NumberField #31256

Open
1 task done
MarvinKlein1508 opened this issue May 2, 2024 · 0 comments
Open
1 task done

Comments

@MarvinKlein1508
Copy link

Library

Web Components (@fluentui/web-components)

Describe the feature that you would like added

In some countries decimals are separated with a different symbol besides . for example in Germany we use ,. The NumberField only allows to enter decimals with . though and not with other symbols for other CultureInfos. This makes it much harder for users to use the component when they type numbers with the numpad for example.

I've requested this for the Blazor components here: microsoft/fluentui-blazor#1942

And this does not seem to be supported by the underlying input type. So I suggest some changes here.

Have you discussed this feature with our team

vnbaaij

Additional context

No response

Validations

  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Priority

Normal

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

No branches or pull requests

2 participants