BootstrapClientTagBox.SetItemBadgeText(index, text) Method
Sets the text displayed within a Tag Box item badge.
Declaration
SetItemBadgeText(
index: number,
text: string
): void
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The index of a Tag Box item. |
| text | string | A String specifying the badge text. |
See Also