CloseOnSelect: Boolean
The CloseOnSelect property determines whether the panel should close on selecting a tree element.
By default this property is set to False, and the panel does not close after element selection. When the dimension contains a single selection, by default this property is set to True.
Setting the True value is relevant when only one element can be selected in the dimension.
To execute the example, place the DimensionCombo component named dimCombo. To close the panel after element selection, set the CloseOnSelect property to True:
dimCombo.setCloseOnSelect(true)
See also: