Open NOTMEE12 opened 2 days ago
Hi @NOTMEE12
Thanks for the good example. I confirmed over in the Mantine discord that this component expects a number rather than a string when the number is valid.
Looks like there may be a patch to fix this based on discord discussion
If I have a
dmc.NumberInput
withvalue="1234"
then if I press up or down arrows then it doesn't work properly. It will change the value to 0.Example code: