A headless ComboBox Vue.js component that is fully accessible.
Inspired from WAI-ARIA ComboBox example.
You have complete control of whether the suggestions should be open, if you have the need to use an API for searching, or accepting the value being selected.
# npm
npm install vue-headless-combobox
# Yarn
yarn add vue-headless-combobox
Check out the simple example application in the dev
folder. Link.
The App is also hosted at CodePen. Link.
Feel free opening Issues or Pull Requests. I'll check them out whenever I can.