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

According to the default behavior of input [element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number) with type `number` when the cursor always moves right after increment/decrement, I have made some little changes to the code and add...

Hello, I would like to use this with Semantic UI React's `` component. I know that there is an option to specify a custom input component, but it doesn't work...

I'm using a numeric input value, changing its value, then later, calling a setState. This is causing the numericInput value to reset to its original value instead of repopulating. It...

If I use jest.resetModules() before each test case there is such error when I try to mount with enzyme my react component that uses react-numeric-input: "Invariant Violation: addComponentAsRefTo(...): Only a...

Hi there! At first, thank you for such an awesome component! I am trying to use it in together with undo/redo system and I don't wanna save all the changes....

The readme seems to indicate that the 'format' prop accepts a number, but in reality, it gets passed a string: https://github.com/vlad-ignatov/react-numeric-input/blob/a981383f823594e6d9570bb7b5faf58a2dc2427f/src/NumericInput.jsx#L647 I can submit a PR but which would you...

When using this in combination with the react-intl library, the formatting seems to cause issues. I have the following code: ` { return this.props.intl.formatNumber(num); }} parse={num => { var regex...

I have an app with many input fields which are depending on each other. For example, when I change the value of input1 then input2 gets changed to input1 *...

They are able to test some complex event driven sequences much better.

enhancement

Hi, any plans to integrate https://github.com/MikeMcl/bignumber.js/ at least as an option?