What is this?
vue-a11y-combobox
is an adaption of the WAI-ARIA guides for building a Combobox. Okay, cool. To cut down on the jargon: WAI-ARIA is a specification to write accessible web applications. And a combobox is a combination of input and a list of results. Ah, cool.
Try to enter some letters into the input below. Suggestion will automatically appear. If you select one, its full text will be shown.
Use this
This component available on npm.
You can find the source code in the GitHub repository.