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