Support for Non-English Numeric Input in NumberInput Component #6899
mnakhli
started this conversation in
Feature requests
Replies: 1 comment
-
Currently, I do not plan to implement this feature in the near future |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dependencies check up
What version of @mantine/* packages do you have in package.json?
Latest
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
The current
NumberInput
component only accepts English (Latin) numerals, restricting input from users who use other numeral systems such as Arabic, Persian, or others. This limitation affects users with keyboards or language settings that default to these numerals.Expected Behavior:
Actual Behavior:
Suggested Solution:
Steps to Reproduce:
Additional Context:
Supporting multiple numeral systems would enhance accessibility and usability for international users, improving the inclusivity of the application.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
Beta Was this translation helpful? Give feedback.
All reactions