InputMonth KIT

Examples API Setup
Source code
-
Name and descriptionTypeValue
CalendarMonth
[min] The lowest value in the range of permitted dates TuiMonth  |  null null
[max] The greatest value in the range of permitted dates TuiMonth  |  null 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 label[tuiLabel] inside s - size <tui-textfield /> !
Use outside label or <input placeholder="..." /> instead.

TuiSizeS  |  TuiSizeL 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