vue-headless-combobox
v1.0.7
Published
A headless ComboBox Vue.js component that is fully accessible.
Downloads
518
Readme
vue-headless-combobox
A headless ComboBox Vue.js component that is fully accessible.
Inspired from ARIA 1.1 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.
Installation
# npm
npm install vue-headless-combobox
# Yarn
yarn add vue-headless-comboboxvue
Example
Check out the simple example application in the dev
folder. Link.
The App is also hosted at CodePen. Link.
Contributing
Feel free opening Issues or Pull Requests. I'll check them out whenever I can.