Skip to content

Releases: vlad-ignatov/react-numeric-input

v2.0.3

28 Feb 12:16
Compare
Choose a tag to compare

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

28 Feb 11:44
Compare
Choose a tag to compare
  • 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

24 Jan 11:14
Compare
Choose a tag to compare
  • Move react and react-dom to devDependencies so that npm does not install them

v2.0.0

24 Jan 10:27
Compare
Choose a tag to compare
  • Switch to inline styles
  • Better integration with external scripts
  • Better integration with build tools
  • Support for touch devices

Initial release

02 Nov 20:49
Compare
Choose a tag to compare

Initial version