Name and description | Type | Value |
---|---|---|
disabled formControl.disable() ) | boolean | |
[min] | null | number | 0 |
[max] | null | number | 10 |
[quantum] | number | 1 |
[steps] | number | |
[segments] | number | |
[keySteps] | TuiKeySteps | |
[leftValueContent] | PolymorpheusContent | '' |
[rightValueContent] | PolymorpheusContent | '' |
[pluralize] Use object that mimics the ICU format for Plural | Record<string, string> | |
[readOnly] | boolean |
Requires you to import TuiTextfieldControllerModule
Name and description | Type | Value |
---|---|---|
[tuiTextfieldLabelOutside] Label | boolean | |
[tuiTextfieldSize] | TuiSizeL | 'l' |
Usage example: [tuiNumberFormat]='{decimalMode, precision, rounding, zeroPadding, thousandSeparator, decimalSeparator}'
Requires you to import TuiNumberFormat
.
Name and description | Type | Value |
---|---|---|
[decimalMode]
| TuiDecimalMode | 'pad' |
[rounding] | TuiRounding | 'truncate' |
[thousandSeparator] | string | |
[decimalSeparator] | string |