Tag api
NbTagListComponent
Inputs
Name | Type | Description |
size | NbComponentSize | Controls tags offset. |
Outputs
Name | Type | Description |
tagRemove | EventEmitter<NbTagComponent> | Emits when tag need to be removed (whether because of click on the remove button
or when |
NbTagInputDirective
Inputs
Name | Type | Description |
separatorKeys | number[] | Controls which keys should trigger tag add event. |
Outputs
Name | Type | Description |
tagAdd | EventEmitter<NbTagInputAddEvent> | Emits when a tag need to be added. |
NbTagComponent
Inputs
Name | Type | Description |
appearance | NbTagAppearance | Tag appearance: |
size | NbComponentSize | Tag size: |
status | NbComponentOrCustomStatus | Tag status: |
text | string | Tag text. |
removable | boolean | Controls whether the user can remove a tag or not. |
Outputs
Name | Type | Description |
remove | EventEmitter<NbTagComponent> | Emits when the user removes the tag
(whether by clicking on the remove button or by pressing |
Previous page
Popover
Next page
Need some help or found an issue?
Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.