Data Input

SelectorOption

Definition

Defines one option inside a Selector.

Usage

Use SelectorOption only as a direct child of Selector.

Attributes

  • value required. Selected option value.
  • label or i18n. Visible option text.
  • isDisabled. Disables this option.
  • if. Optional expression that controls whether the option exists.

Example

xml
<SelectorOption value="open" label="Open" />