sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.62k stars 1.33k forks source link

WAI-ARIA autocomplete: List with inline autocomplete #865

Open sagalbot opened 5 years ago

sagalbot commented 5 years ago

Is your feature request related to a problem? Please describe. WAI-ARIA suggests 4 modes for combobox/listbox autocompletion. Vue Select currently support three of four modes, but does not currently support List with inline autocomplete.

https://www.w3.org/TR/wai-aria-practices-1.1/#combobox

Describe the solution you'd like Vue Select should add autocomplete suggestions as a second text layer behind the input.

dvlden commented 4 years ago

Hello, any updates regarding this feature? Also, how may I disable autocomplete when this field is clicked, because it is annoying to double click.

  1. To click the suggested country from autocomplete.
  2. To click the country again from the dropdown of vue-select.