Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional Intl.NumberFormat grouping options #367

Open
sffc opened this issue Aug 8, 2019 · 2 comments
Open

Add additional Intl.NumberFormat grouping options #367

sffc opened this issue Aug 8, 2019 · 2 comments
Assignees
Labels
c: numbers Component: numbers, currency, units Proposal Larger change requiring a proposal s: in progress Status: the issue has an active proposal

Comments

@sffc
Copy link
Contributor

sffc commented Aug 8, 2019

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

@sffc sffc added s: help wanted Status: help wanted; needs proposal champion c: numbers Component: numbers, currency, units labels Aug 8, 2019
@sffc sffc added this to the ES 2021 milestone Mar 20, 2020
@sffc
Copy link
Contributor Author

sffc commented Mar 21, 2020

I plan to address this as part of my new proposal Intl.NumberFormat V3.

https://github.com/sffc/proposal-intl-numberformat-v3

@sffc sffc added s: in progress Status: the issue has an active proposal and removed s: help wanted Status: help wanted; needs proposal champion labels Mar 21, 2020
@sffc
Copy link
Contributor Author

sffc commented Mar 27, 2020

Please move further discussion to the new proposal repo, e.g.:

tc39/proposal-intl-numberformat-v3#3

@sffc sffc self-assigned this Jun 5, 2020
@sffc sffc added the Proposal Larger change requiring a proposal label Jun 5, 2020
@sffc sffc removed this from the ES 2021 milestone Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: numbers Component: numbers, currency, units Proposal Larger change requiring a proposal s: in progress Status: the issue has an active proposal
Projects
None yet
Development

No branches or pull requests

1 participant