open([visible])

Class: ComboBox.

Description:

Shows or hides the popup list, or get a boolean whether the popup is visible.

Parameters:

Name Type Description

[visible]

bool

true to show, false to hide.

Returns:

Returns this component instance if argument is passed, otherwise returns boolean value indication if the popup list is currently visible.

Type: ComboBox | boolean