Increment/decrement NumberInput
with arrow keys doesn't trigger onValueChange
callback
#5856
Closed
1 of 2 tasks
Labels
Fixed patch
Completed issues that will be published with next patch (1.0.X)
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.6.1
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
With a simple setup like below, typing in the input will log for both callbacks, but using the arrow keys will only log for
onChange
and notonValueChange
.If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-react-template-forked-tj3h3l?file=%2Fsrc%2FApp.tsx%3A8%2C23
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: