react-numeric-input
react-numeric-input copied to clipboard
Numeric input component for react
Got this warning in the browsers console: react_devtools_backend.js:4026 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details. * Move data fetching code or side...
Uncaught SyntaxError: The requested module '../node_modules/react-numeric-input2/index.js' does not provide an export named 'default' from the code: import NumericInput from 'react-numeric-input' Much confusion. Feel very stupid.
Go to http://vlad-ignatov.github.io/react-numeric-input/ Inspect the step Up button  due to this issue screen reader does not announce any information when focus goes on spin button.
Hi, After updating React to 16.9.0, I am getting these warnings in Firefox:  By the way, is this project still active ? Thanks,
How to handle precision more then JS Number?
When using it like this: ` ` where: ` function numericInputFormat(number: number): string { return number + '%'; }` the format function is called after the validation, but with the...
@liorsharabi I fixed it in the source code and built it so it can be merged #86
Update numeric componentWillUpdate to UNSAFE_componentWillUpdate to prevent warning.
When the min value is reached, the UI goes bellow the min. When the cursor/focus moves away from the input, the value is automatically adjusted to min, but no change...
I'm having a hard time figuring out what does the "size" prop do. There is no documentation about it and in the code I can't seem to figure out what...