react-currency-input-field
react-currency-input-field copied to clipboard
React component for an input field
**Describe the bug** When using `allowNegativeValue:false` When you you type "123-" the input will automatically remove the dash. But when you only type "-", it does not remove this value,...
**Describe the bug** Very large numbers like 9999999999999999 are converted to 10000000000000000 **To Reproduce** Steps to reproduce the behavior: 1. Go to [Demo page](https://cchanxzy.github.io/react-currency-input-field/) 2. In example 2 input type...
I didn't find support for ref or using focus(). Should I use querySelector?