You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search for duplicates among the existing issues (both open and closed).
Proposal
Add the compact parameter to fmt_currency, so that values such as $12,345 can render as $12K. The intention is to mirror the behavior of compact in other formatters, such as fmt_integer.
I have reviewed the code and believe I know where changes should be made. I am happy to submit a PR if there is alignment on moving forward.
The text was updated successfully, but these errors were encountered:
Prework
Proposal
Add the
compact
parameter tofmt_currency
, so that values such as$12,345
can render as$12K
. The intention is to mirror the behavior ofcompact
in other formatters, such asfmt_integer
.I have reviewed the code and believe I know where changes should be made. I am happy to submit a PR if there is alignment on moving forward.
The text was updated successfully, but these errors were encountered: