react-currency-input-field icon indicating copy to clipboard operation
react-currency-input-field copied to clipboard

fixedDecimalLength possibly not working as intended

Open daliborkoenig opened this issue 1 year ago • 1 comments

Describe the bug When fixedDecimalLength is 0 you can still write 2 decimals after ",".

To Reproduce Steps to reproduce the behavior:

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

daliborkoenig avatar Feb 20 '24 15:02 daliborkoenig