@ebay/skin/listbox

DS v2.2

A 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.

Option 1
Option 2
Option 3
Option 4

Selected Listbox

An initial selection can be specified by applying the aria-selected state to a single option.

Option 1
Option 2
Option 3

Listbox with subtitles

You can add a subtitle to an option by adding a .listbox__description element.

Option 1. More info about option 1
Option 2. More info about option 1
Option 3. More info about option 1