ReadonlyariaAccessible label forwarded to the trigger button.
Required when no visible <label> is associated with the control.
ReadonlydisabledWhether the control is disabled.
ReadonlyoptionsAvailable options.
ReadonlyplaceholderPlaceholder text shown when no value is selected.
ReadonlyvalueCurrently selected value (two-way bindable via [(value)]).
ReadonlyvalueEmits the selected value when the user picks an option.
A standalone value-picker control — an outlined trigger button that opens a popover list of selectable options. The trigger label updates to reflect the current selection.
This is a bare form control, not a toolbar tool. Use it directly in forms, filter bars, or any layout outside a
<ui-toolbar>.toolActionevent system.API-compatible with
UISelect— uses the same SelectOption items and two-wayvaluebinding.Example