| Name and description | Type | Value | 
|---|---|---|
|  disabled Disabled state (useformControl.disable()) |  boolean  | |
|  [min] The lowest value in the range of permitted values |  number  | 0 | 
|  [max] The greatest value in the range of permitted values |  number  | 10 | 
|  [quantum] Minimum indivisible value |  number  | 1 | 
|  [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 or an array, in which every number - is ratio of slider's track length in range (0; 1) where to put tick(use 1for no ticks) |  number  |  number[]  | 1 | 
|  [keySteps] Anchor points of non-uniform format between value and position |  TuiKeySteps  | |
|  [valueContent] A template for custom view of selected value. |  PolymorpheusContent  | '' | 
| TuiNumberFormat  Usage example:  [tuiNumberFormat]="{thousandSeparator, decimalSeparator, ..., rounding}" | ||
|  [thousandSeparator] Symbol for separating thousands |  string  | |
|  [decimalSeparator] Symbol for separating fraction |  string  | |
|  [decimalMode] 
 |  TuiDecimalMode  | 'pad' | 
|  [rounding] 
 |  TuiRounding  | 'truncate' | 
 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  |