Combobox

Textbox with quick-entry ability via a list of values. Read more.


Example 1: Manual Selection

With manual selection, ENTER key is required to manually update the textbox with the value of the current active descendant (controlled via arrow keys). This means that an additional ENTER key press is required to submit any associated form.


Example 2: Automatic Selection

With automatic selection, ENTER key is not required, the textbox value is automatically updated to match the current active descendant option.


Example 3: Manual Selection with List Autocomplete

With list autocomplete, the list of suggestions is filtered based on the current textbox value.


Example 4: Automatic Selection with List Autocomplete

With list autocomplete, the list of suggestions is filtered based on the current textbox value.


Updated: June 9th, 2023