-
Notifications
You must be signed in to change notification settings - Fork 108
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
NumberFormat: new option to force sign #163
Labels
c: numbers
Component: numbers, currency, units
s: in progress
Status: the issue has an active proposal
Comments
We need a formal proposal, and a champion :) |
This does sound potentially useful. I have a few questions for the next steps:
cc @jungshik |
|
sffc
added
s: in progress
Status: the issue has an active proposal
c: numbers
Component: numbers, currency, units
and removed
s: help wanted
Status: help wanted; needs proposal champion
Small
Smaller change solvable in a Pull Request
labels
Mar 19, 2019
Now possible through the js> print(new Intl.NumberFormat('en', { signDisplay: "always" }).format(10))
+10 |
Yep, the proposal is Stage 4 and merged. Closing as Fixed |
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
s: in progress
Status: the issue has an active proposal
Intl.NumberFormat
could use an option to also show a sign ("+"
) for positive numbers.The text was updated successfully, but these errors were encountered: