Tags input
Type to add removable tag chips.
Max tags
Disabled
Prefilled
API reference
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
placeholder | string | 'Add tag…' | Placeholder text shown in the entry field. |
max | number | null | null | Maximum number of tags allowed, or `null` for no limit. |
Two-way models
Bind with [(name)], or one-way as an input.
| Prop | Type | Default | Description |
|---|---|---|---|
tags | string[] | [] | Current tags. Two-way bindable with `[(tags)]`. |
disabled | boolean | false | Whether 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.