findByText(value)

Class: ComboBox.

Description:

Finds first item whose text matches the string argument. If item is {text: "First Item", value: "item1"}, it should be found by passing value "First Item".

Parameters:

Name Type Description

value

string

Search by this text

Returns:

Returns an array of found items. Each found item will have an index property fo convenience.

Type: Array.<ListItem>