Name and description | Type | Value |
---|---|---|
disabled formControl.disable() ) | boolean | |
[min] | null | number | -Infinity |
[max] | null | number | Infinity |
[step] | number |
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' |
[precision] Infinity for an untouched decimal part) | number | |
[thousandSeparator] | string | |
[decimalSeparator] | string |
Requires you to import TuiHint
Name and description | Type | Value |
---|---|---|
[tuiHintContent] | PolymorpheusContent | '' |
[tuiHintDirection] | TuiHintDirection | TuiHintDirection[] | 'bottom-left' |
[tuiHintAppearance] | string | '' |
Requires you to import TuiTextfieldControllerModule
Name and description | Type | Value |
---|---|---|
[tuiTextfieldCleaner] | boolean | |
[tuiTextfieldCustomContent] | PolymorpheusContent | '' |
[tuiTextfieldLabelOutside] Label ( | boolean | |
[tuiTextfieldSize] | TuiSizeS | TuiSizeL | 'l' |
[tuiTextfieldIconLeft] | string | '' |
[tuiTextfieldFiller] | string | |
[tuiTextfieldPrefix] | string | '' |
[tuiTextfieldPostfix] | string | '' |
TuiReactiveControl
Name and description | Type | Value |
---|---|---|
[readOnly] | boolean | |
[pseudoInvalid] | null | boolean |
TuiInteractive
Name and description | Type | Value |
---|---|---|
[focusable] | boolean | |
[nativeId] | string | |
[pseudoHover] | null | boolean | |
[pseudoFocus] | null | boolean | |
[pseudoActive] | null | boolean | |
(focusedChange) | boolean |
Name and description | Type | Value |
---|---|---|
[style.text-align] | string | 'left' |