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

fix getSuffix when group separator is same as a literal

Open N104 opened this issue 3 years ago • 0 comments
trafficstars

Fixes a bug in getSuffix() for intlConfig={{ locale: "sv-SE", currency: "SEK" }} caused by groupSeparator being \u00a0 while \u00a0 is also used to separate the numbers and the currency label.

N104 avatar Jun 22 '22 03:06 N104