selectedValue([value])
Class: ComboBox.
Description:
Selects and item that has a specified value, or gets a value of currently selected item.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
string | number |
Value of an item to be selected. |
Returns:
If a value is specified, then this ComboBox instance is returned, otherwise a value of selected item is returned, or null if no item is selected.
Type: ComboBox | number | string | null
