Name and description | Type | Value |
---|---|---|
disabled Disabled state (use formControl.disable() ) | boolean | |
[min] The lowest value in the range of permitted values | number | null |
[max] The greatest value in the range of permitted values | number | null |
[quantum] Minimum indivisible value | number | null |
[steps] Number of actual discrete slider steps If property is not set (i.e. equals to default value 0 ), number of steps equals | number | |
[segments] A number of visual segments (use 1 for no ticks) | number | |
[keySteps] Anchor points of non-uniform format between value and position | TuiKeySteps | null |
[valueContent] A template for custom view of selected value. | PolymorpheusContent | null |
TuiNumberFormat Usage example: [tuiNumberFormat]="{thousandSeparator, decimalSeparator, ..., rounding}" | ||
[thousandSeparator] Symbol for separating thousands
| string | |
[decimalSeparator] Symbol for separating fraction
| string | |
[decimalMode]
| TuiDecimalMode | null |
[rounding]
| TuiRounding | null |
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 |