Tags input

Type to add removable tag chips.

angular signals

Max tags

Design

Disabled

Read-only Tags

Prefilled

design frontend accessibility ssr

API reference

Inputs

PropTypeDefaultDescription
placeholderstring'Add tag…'Placeholder text shown in the entry field.
maxnumber | nullnullMaximum number of tags allowed, or `null` for no limit.

Two-way models

Bind with [(name)], or one-way as an input.

PropTypeDefaultDescription
tagsstring[][]Current tags. Two-way bindable with `[(tags)]`.
disabledbooleanfalseWhether the input is disabled. Two-way bindable with `[(disabled)]`.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.