Intl.js
Intl.js copied to clipboard
Missing currency sign: SGD
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
+1
Currency display should return S$