InputTime KIT

Examples API Setup
Source code
-
Name and descriptionTypeValue
[mode] Time format mode MaskitoTimeMode 'HH:MM'
[prefix] Uneditable text before time string
[postfix] Uneditable text after time string
[accept] Limited array of allowed TuiTime values to choose ReadonlyArray<TuiTime> []
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 'l'
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