This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
style currency not honoring compactDisplay long #95
Labels
future
Issue is valid but will not be prioritized currently
locale-data
This issue/PR pertains to locale data
Intl.NumberFormat('en-US',{ style:'currency', currency: 'USD', notation: "compact" , compactDisplay: "long"}).format(987654321)
Returns "$988M"
Expected "$988 million"
When using
compacyDisplay: 'long'
withstyle: 'currency',
thelong
option is not honored.The text was updated successfully, but these errors were encountered: