react-currency-input-field
react-currency-input-field copied to clipboard
fixedDecimalLength possibly not working as intended
Describe the bug When fixedDecimalLength is 0 you can still write 2 decimals after ",".
To Reproduce Steps to reproduce the behavior:
- add 0 to fixedDecimalLength prop and try to write decimals
Expected behavior As far as i understand you shouldn't be able to write "," or any numbers after.