-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
FixedCompleted issues that will be published with next patch (1.0.X)Completed issues that will be published with next patch (1.0.X)
Description
Dependencies check up
- I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
8.1.3
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
None
Describe the bug
Steps to reproduce:
- Create a NumberInput component.
- Set max={20}.
- Copy "999999999999999999" and paste it into the NumberInput.
- Click outside the input to blur.
- Click back into the input.
- Click outside again to blur.
Actual Output:
- After step 3, the increment control is enabled.
- After step 6, the increment control becomes disabled.
Expected Output:
- The increment control should remain disabled after both step 3 and step 6.
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
- I would be willing to implement a fix for this issue
Metadata
Metadata
Assignees
Labels
FixedCompleted issues that will be published with next patch (1.0.X)Completed issues that will be published with next patch (1.0.X)