How can I do the accounting currency sign (eg) brackets around num for negative vals #285
JackEdwardLyons
started this conversation in
Ideas
Replies: 2 comments
-
Thanks for your suggestion. I'll take a look at it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Now available in v2.4.0 🎉 |
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
-
Is there a way to add brackets around numbers when they are negative instead of the
-
symbol.For example, when a user presses
-
the number gets automatically wrapped with( )
symbols.Eg.
-$2,000 => (2,000)
Using the
Intl.NumberFormat
there is acurrencySign
option which can be set toaccounting
Eg.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions