react-numeric-input icon indicating copy to clipboard operation
react-numeric-input copied to clipboard

Numeric input component for react

Results 63 react-numeric-input issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/104103001/172489704-952e4fe0-498e-4d56-a4dc-48cdfddb7bc0.png) 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: ![Deprecation Warning](https://user-images.githubusercontent.com/7046252/65602281-ee2b7700-dfa3-11e9-9d38-ca10b7f467d3.png) 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...