BootstrapClientComboBox.GetItemBadgeText(index) Method
Gets the text displayed within a Combo Box item badge.
Declaration
GetItemBadgeText(
index: number
): string
Parameters
| Name | Type | Description |
|---|---|---|
| index | number | The index of a Combo Box item. |
Returns
| Type | Description |
|---|---|
| string | A String specifying the badge text. |
See Also