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

Number format to parts #680

Closed
rxaviers opened this issue Jan 25, 2017 · 0 comments · Fixed by #891
Closed

Number format to parts #680

rxaviers opened this issue Jan 25, 2017 · 0 comments · Fixed by #891

Comments

@rxaviers
Copy link
Member

Context

Formatter is designed to provide an opaque string as an output that is not meant to be manipulated by the consumer, which makes impossible for UX/design using rich formatting, e.g., "1 000.<strong>35</strong>" and "35.4 <strong>%</strong>".

Goal

Expose format to parts similarly to Ecma-402 Intl.DateTimeFormat.prototype.formatToParts().

References

@rxaviers rxaviers added the minor label Feb 24, 2017
@rxaviers rxaviers removed the minor label Mar 13, 2017
rxaviers added a commit to rxaviers/globalize that referenced this issue Mar 20, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes globalizejs#679
Fixes globalizejs#680
rxaviers added a commit to rxaviers/globalize that referenced this issue Mar 23, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes globalizejs#679
Fixes globalizejs#680
rxaviers added a commit to rxaviers/globalize that referenced this issue Mar 24, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes globalizejs#679
Fixes globalizejs#680
rxaviers added a commit to rxaviers/globalize that referenced this issue Mar 24, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes globalizejs#679
Fixes globalizejs#680
rxaviers added a commit to rxaviers/globalize that referenced this issue Mar 24, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes globalizejs#679
Fixes globalizejs#680
rxaviers added a commit to rxaviers/globalize that referenced this issue Mar 24, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes globalizejs#679
Fixes globalizejs#680
rxaviers added a commit to rxaviers/globalize that referenced this issue Mar 25, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes globalizejs#679
Fixes globalizejs#680
rxaviers added a commit to rxaviers/globalize that referenced this issue Mar 25, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes globalizejs#679
Fixes globalizejs#680
rxaviers added a commit to rxaviers/globalize that referenced this issue Mar 25, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes globalizejs#679
Fixes globalizejs#680
rxaviers added a commit that referenced this issue Mar 25, 2020
- Currency: Fix code style
- Currency: pluralGenerator better error handling

Fixes #679
Fixes #680
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@rxaviers and others