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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added negativeSignPlacement option to CurrencyFormat to control the position of the negative sign. This allows formatting like -€123.45 or -$123.45 when the symbol is on the left and negativeSignPlacement is set to NegativeSignPlacement.beforeSymbol. Defaults to previous behavior (e.g., €-123.45 or $-123.45) if not specified or if negativeSignPlacement is NegativeSignPlacement.afterSymbol.