Props & events

Attributes & behavior classes

aria-invalid marks a validation error; disabled on .select-trigger disables the whole control.

Attribute / classPurpose
aria-haspopup="listbox"Required on .select-trigger
aria-expandedReflects open/closed state on the trigger
aria-invalid="true"Validation-error border on the trigger
disabledOn .select-trigger — disables the whole control

Events

Selecting an option updates the value, closes the listbox, returns focus, and fires a change event.

EventDescription
flick:changeFired on selection, detail carries the chosen option's id.