Closed DevinWalker closed 2 years ago
There is now a native way to format numbers to currency and locale.
It appears pretty well supported now cross-browser.
See docs here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/format#browser_compatibility
Right now the amount buttons do not support currency formatting. This will be particularly useful.
This is related to #15
Resolved in PR above 👆
Details
There is now a native way to format numbers to currency and locale.
It appears pretty well supported now cross-browser.
See docs here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/format#browser_compatibility
Right now the amount buttons do not support currency formatting. This will be particularly useful.
This is related to #15