UI Select Drop Down (sui:select-drop-down)

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

  1. value - Based on the “option” tags “value” attribute.

  2. index - Based on the index of the “option” tag (first items index is 0).

  3. text - Based on the visible text for the items.

Example