InputChip KIT

Examples API Setup
-
Name and descriptionTypeValue
[unique] Ability to enter unique or non-unique tags boolean
[separator] String or RegExp to separate tags string
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'
[rows] Maximum number of rows number
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