SelectBox

A read-only input box for selecting a value from a popout ListBox or Dialog.

See the WAI ARIA guidelines for ComboBoxes.

Structure

<SelectBox>
	<SelectBoxTrigger />
	<SelectBoxContent>
		<ListBox>
			<ListBoxItem />
			<ListBoxSeparator /> (optional)
		</ListBox>
	</SelectBoxContent>
</SelectBox>

Demo