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

fixing the negative zero issue

Open deanshub opened this issue 7 years ago • 3 comments

fixing #84

deanshub avatar Oct 20 '18 10:10 deanshub

Can we pull this in soon?

risaWY avatar Jan 10 '19 20:01 risaWY

Can this branch be merged, please? With these props, min={-100} max={100} strict, I can't enter a negative number by typing: "-50".

DanEastBentley avatar Jun 12 '19 18:06 DanEastBentley

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