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.