NumberFormatOptions.DecimalPaddingMode |
Whether to pad decimals with zeroes, up to the number of decimal places.
|
NumberFormatOptions.DecimalSeparator |
Separator to use to separate the integer part of the number from the fractional part.
|
NumberFormatOptions.DigitGroupMode |
How to group digits in the integer part of the number.
|
NumberFormatOptions.DigitGroupSeparator |
Separator to use between digit groups.
|
NumberFormatOptions.EmptyMode |
Defines the behavior of the input field when it is empty, i.e.
|
NumberFormatOptions.LeadingZeroMode |
Defines how to treat leading zeroes, e.g.
|
NumberFormatOptions.RoundingMode |
The mode to use when rounding numbers.
|
NumberFormatOptions.SignumSignPlacement |
Where to place the signum sign that indicates whether a number is positive or negative.
|
NumberFormatOptions.UnitSignPlacement |
Where to place the unit sign, if any.
|