Skip to content

v2.3.0

Latest

Choose a tag to compare

@roman910dev roman910dev released this 25 May 09:31
14f5542

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.