-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
NumberInput bug on Smaprtphone #4912
Labels
TBD
It is clear how to fix the issue and the fix will be provided soon
Comments
rtivital
added
help wanted
Contributions from community are welcome
Fix Unknown
It is not clear whether the can be resolved
labels
Sep 29, 2023
This issue also exists on all devices. numbers with a length of 16 digits and more have this issue. |
You are welcome to submit a PR with a fix if #4916 does not resolve the issue |
#4916 fixes this one too. |
rtivital
added
TBD
It is clear how to fix the issue and the fix will be provided soon
and removed
help wanted
Contributions from community are welcome
Fix Unknown
It is not clear whether the can be resolved
labels
Oct 1, 2023
Great, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What package has an issue
@mantine/core
Describe the bug
10 -> 11010
23 -> 22323
What version of @mantine/* packages do you have in package.json? (Note that all @mantine/* packages must have the same version in order to work correctly)
7.0.0
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
None
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Possible fix
There is a possibility that there may be something wrong with the event handler or state management, so those should be corrected. Additionally, it might be worthwhile to consider whether the NumberInput should really have type="number" as the default.
The text was updated successfully, but these errors were encountered: