We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
7.13.4
@mantine/core
Vite
Chrome
Big numbers 10_000_000_000_000 and above gets reset when incrementing it.
10_000_000_000_000
I don't know if that is expected behaviour but it gets a little extra weird if you have a max amount. Then maybe it should default to the max amount?
Not sure if this is related but the number -0 defaults to 0 while just a regular 0 defaults to what you defined in the min prop.
https://codesandbox.io/p/sandbox/focused-dawn-zrsz64
No response
The text was updated successfully, but these errors were encountered:
I think this is a issue of react-number-format
Sorry, something went wrong.
No branches or pull requests
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.13.4
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Chrome
Describe the bug
Big numbers
10_000_000_000_000
and above gets reset when incrementing it.CleanShot.2024-10-25.at.14.09.29.mp4
I don't know if that is expected behaviour but it gets a little extra weird if you have a max amount. Then maybe it should default to the max amount?
CleanShot.2024-10-25.at.14.13.58.mp4
Not sure if this is related but the number -0 defaults to 0 while just a regular 0 defaults to what you defined in the min prop.
CleanShot.2024-10-25.at.14.29.51.mp4
If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/focused-dawn-zrsz64
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: