findByValue(value)
Class: ComboBox.
Description:
Finds first item whose value matches the argument. If item is {text: "First Item", value: "item1", id: 1}, it should be found by passing value "item1".
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
string | number |
Search by this text or number |
Returns:
Returns an array of found items. Each found item will have an index property fo convenience.
Type: Array.<ListItem>
