UI Select Drop Down (sui:select-drop-down)
This action selects an item from a drop down menu.
Release in: 3.0.10 0
Usage
<sui:select-drop-down method=""! pageId=""! value=""!/>
! - mandatory
Supported methods
value - Based on the “option” tags “value” attribute.
index - Based on the index of the “option” tag (first items index is 0).
text - Based on the visible text for the items.
Example
, multiple selections available, Use left or right arrow keys to navigate selected items