Add additional Intl.NumberFormat grouping options #367
Labels
c: numbers
Component: numbers, currency, units
Proposal
Larger change requiring a proposal
s: in progress
Status: the issue has an active proposal
Currently,
useGrouping
is a boolean. However, CLDR and ICU provide mechanisms for more fine-grained control over grouping sizes. ICU provides five options for the grouping strategy.We could extend
useGrouping
with string-based options to support these additional modes.Additional context: https://bugs.chromium.org/p/chromium/issues/detail?id=989442
The text was updated successfully, but these errors were encountered: