vlad-ignatov / react-numeric-input

Numeric input component for react
MIT License
280 stars 104 forks source link

Is there support for onBlur? #127

Closed jlei523 closed 4 years ago

jlei523 commented 4 years ago

onChange is too slow for what I'm doing with react-numeric-input. I need to use onBlur which the callback function is only triggered after the user moves the focus away from the input.

I didn't see onBlur in the documentation but is there a substitute for it?

jlei523 commented 4 years ago

Yes there is.