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> | ()=>!1 |
[max] | TuiMonth | null | {year: 9999, month: 11, day: 31} |
[min] | TuiMonth | null | {year: 0, month: 0, day: 1} |
[maxLength] | number | |
[minLength] | number | |
[value] | TuiMonthRange | TuiMonth | null | |
[(year)] | TuiYear | {year: 2024, month: 10, day: 20} |
(monthClick) | TuiMonth |