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

Entering a negative number when value is 0

Open ztnark opened this issue 7 years ago • 1 comments

It is currently impossible to enter a negative number with the keyboard when the value of the input is 0.

ztnark avatar Feb 22 '18 22:02 ztnark

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 "-".

mpeng avatar Jan 17 '20 13:01 mpeng