Name and description | Type | Value |
---|---|---|
InputNumber | ||
[min] The lowest value in the range of permitted values | number | |
[max] The greatest value in the range of permitted values | number | |
[prefix] Uneditable text before number | string | |
[postfix] Uneditable text after number | string | |
TuiSlider | ||
[step] Granularity of each discrete slider step and value of increase/decrease on keyboard arrows For non-linear slider ( | 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 |
TuiNumberFormat Usage example: [tuiNumberFormat]="{thousandSeparator, decimalSeparator, ..., rounding}" | ||
[thousandSeparator] Symbol for separating thousands
| string | |
[decimalSeparator] Symbol for separating fraction
| string | |
[precision] A number of digits after [decimalSeparator] ( Infinity for an untouched decimal part)
| number | |
[decimalMode]
| TuiDecimalMode | null |
[rounding]
| TuiRounding | null |
TextfieldOptionsApplied as a host directive | ||
[tuiTextfieldSize] Size Don't use | TuiSizeS | null |
[content] A template for custom view of textfield value. | PolymorpheusContent | null |
ControlApplied as a host directive | ||
[readOnly] Readonly state
| boolean | |
[disabled] Disabled state (use formControl.disable()/.enable() for reactive forms)
| boolean | |
[invalid] Invalid state
| null | boolean | null |