react-currency-input-field
react-currency-input-field copied to clipboard
Wrong input for "de-DE"
If I use this options: { locale: "de-DE", currency: "EUR" } for intlConfig then I get in value result + 000 doesn't matter what type I use number or string. This issue occurs due to the disableAbbreviations option if it has the false value you will get this issue for "de-DE".
Additionally if you use DKK currency code then you can see an appropriate currency unit but when you will try use a backspace button out of this unit label your input cursor will jump to before kr. but doesn't jump to your input number. It means the behavior with remove values out of an added value will not be work.