Select Lists, Comboboxes, and Autocomplete

The native HTML ''<datalist>'' element works well with screen readers, but (like <select>]], its options can’t be styled. The Open UI group is advocating with browser developers to open up more browser elements for CSS styling. In the meantime, we need to make our replacement components as accessible as possible.

Some common issues with autocomplete widgets (including Bootstrap 3's) include:

Further reading on select lists, comboboxes, and autocomplete widgets