react-numeric-input
react-numeric-input copied to clipboard
Entering a negative number when value is 0
It is currently impossible to enter a negative number with the keyboard when the value of the input is 0.
This is a very important requirement for my application.
I did not see the fix in the version that I am using, which is: "react-numeric-input": "^2.2.3" i.e. the initial value is "0.0", then I am unable to enter "-1.0". The only way I can enter "-" is after I enter "1.0", then move cursor to front and add "-".