mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.87k stars 1.9k forks source link

Numberinput doesn't trigger a onChange #516

Closed converter-user-old closed 2 years ago

converter-user-old commented 2 years ago

I am not sure if this is really a problem.

If you have precision on for example 2 and you write a number like 0.0012 and then blur the input field the value of the state is still 0.0012 but the UI shows 0.00

image

rtivital commented 2 years ago

Thanks for reporting, I'll try to fix it, but you (or anyone else) are welcome to contribute this feature if “Help wanted” label is still on the issue

rtivital commented 2 years ago

Fixed in 3.4.1