react-currency-input-field
react-currency-input-field copied to clipboard
fix getSuffix when group separator is same as a literal
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.