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
Is your feature request related to a problem? Please describe.
As a user of the civicFormat utility, there are a couple of pain points that I'd like address
It's hard to remember what each formatting utility does
The numeric and dollars utilities do a lot of rounding (1,342,043 displays as 1.3 million), and it would be nice to have those same utilities but without the rounding as an option
Describe the solution you'd like
exactDollars & exactNumeric utilities that display the whole numbers.
A story that shows the use of each civicFormat utility applied to a range of different values
Describe alternatives you've considered
You could add a custom precision, or solve for the common use cases.
Additional context
Was working on openelectionsportland.org
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As a user of the civicFormat utility, there are a couple of pain points that I'd like address
Describe the solution you'd like
exactDollars
&exactNumeric
utilities that display the whole numbers.Describe alternatives you've considered
You could add a custom precision, or solve for the common use cases.
Additional context
Was working on openelectionsportland.org
The text was updated successfully, but these errors were encountered: