Support for 'integer' argStyle with number formatter. #2984
spatil-git
started this conversation in
General
Replies: 1 comment
-
fixed in #2989 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Does
formatjs
has any plans to supportinteger
as the argStyle in the number formatter for message formatting as supported by ICU? Something like below:const formatted = 'Number format: {n, number, integer}'
Seems like this is possible using
style: 'decimal', maximumFractionDigits: 0
but not possible withinteger
argStyle directly in formatjs yet.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions