Name and description | Type | Value |
---|---|---|
CalendarMonth | ||
[min] The lowest value in the range of permitted dates | TuiMonth | |
[max] The greatest value in the range of permitted dates | TuiMonth | |
[disabledItemHandler] A handler that gets a date and returns true if it is disabled. Must be a pure function! | TuiBooleanHandler<TuiMonth> | ()=>!1 |
[(year)] Current year | TuiYear | {year: 2025} |
TextfieldOptionsApplied as a host directive | ||
[tuiTextfieldCleaner] Shows a cross to reset a value
| boolean | |
[tuiTextfieldSize] Size Don't use | TuiSizeS | 'l' |
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 |