This page has two examples. On the first example:

Examples

This is example implements a combobox widget with aria-autocomplete=“none”. The edit box is readonly. The application is required to manage focus for the list box so assistive technologies can follow the currently selected option. For clarity, this example was designed not to update the edit box until the user makes a choice from the list.

Thing to think about: How to recognize a scripted combo box that is not using ARIA?
:
  • Alabama
  • Tennessee
  • Texas
  • Utah
  • Vermont
  • Virginia
  • Virgin Islands
  • Washington
  • West Virginia
  • Wisconsin
  • Wyoming

Second example