Skip to content

DomLightningComboBox

This behavior pattern implements standard behavior for Lightning ComboBox control.

Extends HTMLObject

Extends SeSSimulatedObject

Behavior Pattern: DomLightningComboBoxBehavior

Action Summary

Action Description
DoSelectItem Selects an item of this object.

Action Detail

DoSelectItem

Selects an item of this object.

SeS('SomeDomLightningComboBox').DoSelectItem(item)

Parameters:

Name Type Description
item string | number Item index or text value to select.

Returns:

boolean: 'true' if success, 'false' otherwise.