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 custom dropdown that renders an outlined button with a chevron indicator. Clicking the button opens a popover (no arrow pointer) containing a list of selectable options.
API-compatible with UISelect — uses the same SelectOption items and two-way
valuebinding.Example