Name and description | Type | Value |
---|---|---|
[disabledItemHandler] A handler that gets a month and returns true if it is disabled. Must be a pure function | TuiBooleanHandler<TuiMonth> | null |
[max] Maximal month | TuiMonth | null |
[min] Minimal month | TuiMonth | null |
[maxLength] Maximum length | number | |
[minLength] Minimum length | number | |
[value] A single month or a range of months | TuiMonthRange | null |
[(year)] Current year | TuiYear | null |
(monthClick) Selected month | TuiMonth |