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
But with an negative amount this would display: +-1.245,35€
Sure i can add a conditional + sign but for me this would be nice to have it as option in the filter.
Like: <span>{{ 1245,35 | currency('€', {showAddSign: true}) }}</span>
Result: +1.245,35€
But: <span>{{ -1245,35 | currency('€', {showAddSign: true}) }}</span>
Should be still : -1.245,35€
It would be nice to have a option that adds a + symbol to positv numbers like:
+1.245,35€
It would be helpfull to format amount changes.
The text was updated successfully, but these errors were encountered: