Releases: vlad-ignatov/react-numeric-input
Releases · vlad-ignatov/react-numeric-input
v2.0.3
Provide more useful data to event callbacks like onChange, onInvalid etc.
Make sure that onBlur, onFocus and onKeyDown are called the same way React would call them.
v2.0.2
- Add support for callback props
onChange
,onInvalid
,onValid
and more... defaultValue
can also be used instead of value- Make use of HTML5 input validation if available
v2.0.1
- Move react and react-dom to devDependencies so that npm does not install them
v2.0.0
- Switch to inline styles
- Better integration with external scripts
- Better integration with build tools
- Support for touch devices
Initial release
Initial version