Intl.js icon indicating copy to clipboard operation
Intl.js copied to clipboard

Missing currency sign: SGD

Open brendonco opened this issue 7 years ago • 1 comments

new Intl.NumberFormat("en-SG", { style: "currency", currency: "SGD" });

OR

locale: en
<FormattedNumber value={value} format="money" {...props} />;

e.g. in IE shows $ Chrome/Safari shows SGD

brendonco avatar Apr 26 '17 07:04 brendonco

+1

Currency display should return S$

ds8k avatar Jun 29 '17 20:06 ds8k