proton-ui / proton

A collection of renderless UI components for Vue.js.
https://proton-ui.com
MIT License
110 stars 11 forks source link

Select inputs don't feature "autocomplete" to jump to available options #23

Open thekanbo opened 4 years ago

thekanbo commented 4 years ago

As expected, <select> elements can be navigated using the tab key. They can be tabbed into, and the dropdown can be expanded using the space bar and the arrow keys.

On normal <select> HTML elements, tabbing to the element and then typing part of the option label will select the first option where that matches. For example, tabbing to a "State" element and typing "wa" would automatically select the 'Washington' option.