You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: