Combobox Examples

Each combobox is embedded in a form that displays an alert showing its data when submitted

Native HTML Combobox Examples

The following examples (should) have implicit role of combobox.

<input type=text> with list attribute

<select> without multiple attribute

Custom Combobox Examples

Implemented using React, with some MUST some SHOULD, and some MAY have features.

Custom combobox with list autocomplete

  • Butter Pecan
  • Chocolate
  • Cookies and Cream
  • Strawberry
  • Tutti Frutti
  • Vanilla

Custom select-only combobox

  • -- Please select --
  • Dog
  • Cat
  • Chinchilla
  • Hamster
  • Parrot
  • Spider