BootstrapClientTagBox.FindItemByText(text) Method
Returns an item by its text.
Declaration
FindItemByText(
text: string
): BootstrapClientListBoxItem
Parameters
Name | Type | Description |
---|---|---|
text | string | A string that specifies the item’s text. |
Returns
Type | Description |
---|---|
BootstrapClientListBoxItem | A BootstrapClientListBoxItem object that represents the combo box item. null if the item was not found. |
See Also