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>
	<SelectBoxInput />
	<SelectBoxTrigger /> (optional)
	<SelectBoxContent>
		<ListBox>
			<ListBoxItem />
			<ListBoxSeparator /> (optional)
		</ListBox>
	</SelectBoxContent>
</SelectBox>

Demo