Whether to pad decimals with zeroes, up to the number of decimal places, see decimalPlaces.
Maximum number of decimal places to display, see also decimalPaddingMode.
Separator to use to separate the integer part of the number from the fractional part. Defaults to .
.
How to group digits in the integer part of the number.
Separator to use between digit groups.
Defines the behavior of the input field when it is empty.
Defines how to treat leading zeroes, e.g. 003512
.
The sign used to indicate that a number is negative.
Must be a single character. Must not be any of the numerical characters (digits).
The sign used to indicate that a number is positive.
Must be a single character. Must not be any of the numerical characters (digits).
The mode to use when rounding numbers.
Whether to show the positive sign for positive numbers.
Where to place the signum sign that indicates whether a number is positive or negative. See also negative sign and positive sign.
The unit sign to show before or after the number, see unitSignPlacement.
Where to place the unit sign, if any.
Options for initializing an NumberFormat instance. The NumberFormat feature automatically formats the input field to display numbers in a specific format.