Dmitriy
Dmitriy
By the default behavior of input element with type number when the cursor always moves right after increment/decrement, but cursor position always saves before rerendering for now. It is not...
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...
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...