/
Name and description | Type | Value |
---|---|---|
[decimalSeparator] Default: point. | string | |
[decimalPseudoSeparators] decimalSeparator . Default: | string[] | ['.', ',', 'б', 'ю'] |
[thousandSeparator] Default: non-breaking space. | string | |
[minimumFractionDigits] The minimum number of fraction digits to use. A value with a smaller number of fraction digits than this number will be right-padded with zeros (to the specified length). Default: | number | |
[maximumFractionDigits] The maximum number of digits after Use Default: | number | 0 |
[min] Default: | number | |
[max] Default: | number | |
[prefix] Default: empty string (no prefix). | string | |
[postfix] Default: empty string (no postfix). | string | |
[minusSign] Default: | string | |
[precision] [maximumFractionDigits] instead! A number of digits after Use Default: | number | |
[decimalZeroPadding] [minimumFractionDigits] instead! If number of digits after Default: | boolean |