Name and description | Type | Value |
---|---|---|
disabled formControl.disable() ) | boolean | |
[defaultViewedMonth] | TuiMonth | {year: 2024, month: 10} |
[disabledItemHandler] A handler that gets a date and returns true if it is disabled. Must be a pure function | TuiBooleanHandler<TuiDay> | ()=>!1 |
[items] | TuiDayRangePeriod[] | [] |
[markerHandler] | TuiMarkerHandler | null | |
[min] | TuiDay | null | {year: 0, month: 0, day: 1} |
[max] | TuiDay | null | {year: 9999, month: 11, day: 31} |
[minLength] | TuiDayLike | null | |
[maxLength] | TuiDayLike | null |
Requires you to import TuiHint
Name and description | Type | Value |
---|---|---|
[tuiHintContent] | PolymorpheusContent | '' |
[tuiHintDirection] | TuiHintDirection | TuiHintDirection[] | 'bottom-left' |
[tuiHintAppearance] | string | '' |
Requires you to import TuiTextfieldControllerModule
Name and description | Type | Value |
---|---|---|
[tuiTextfieldCleaner] | boolean | |
[tuiTextfieldCustomContent] | PolymorpheusContent | '' |
[tuiTextfieldLabelOutside] Label ( | boolean | |
[tuiTextfieldSize] | TuiSizeS | TuiSizeL | 'l' |
[tuiTextfieldIconLeft] | string | '' |
[tuiTextfieldFiller] | string | |
[tuiTextfieldPrefix] | string | '' |
[tuiTextfieldPostfix] | string | '' |
TuiReactiveControl
Name and description | Type | Value |
---|---|---|
[readOnly] | boolean | |
[pseudoInvalid] | null | boolean |
TuiInteractive
Name and description | Type | Value |
---|---|---|
[focusable] | boolean | |
[nativeId] | string | |
[pseudoHover] | null | boolean | |
[pseudoFocus] | null | boolean | |
[pseudoActive] | null | boolean | |
(focusedChange) | boolean |
Name and description | Type | Value |
---|---|---|
[style.text-align] | string | 'left' |