The ui-listbox element creates a fully accessible list of options which allows users to select one
of the options. Each option in a listbox is declared using a ui-listitem element:
Item One Item Two Item Three Item Four
Similar to regular input elements, the ui-listbox element:
value property, which supports arbitrary types of values,
ui-value-changed event when its value is changed through user interaction
Similar to regular option elements, the ui-listitem element:
value property, which supports arbitrary types of values,
option, menuitem, menuitemcheckbox or
menuitemradio
aria-selected or aria-checked attribute
aria-disabled attribute
This example shows a listbox using plain HTML and no data-binding or templating. The value for each item is set
using the data-value attribute.
ValueChangeEvent