@ebay/skin/listbox
DS v2.2A listbox is intended for use as a custom, non-form based implementation of the native HTML select element.
Unselected Listbox
By default, no option is selected until interacting with the widget. This matches the behaviour of a native HTML select element.
Selected Listbox
An initial selection can be specified by applying the aria-selected state to a single option.
Listbox with subtitles
You can add a subtitle to an option by adding a .listbox__description element.