Description:
A minimal autocomplete/autosuggest component for input fields.
Features:
- WAI-ARIA complete autosuggest component built with the power of Vue.
- Full control over rendering with built in defaults or custom components for rendering.
- Easily integrate AJAX data fetching for list presentation.
- Supports multiple sections.
- No opinions on CSS, full control over styling.
- Rigorously tested.
Preview:
Changelog:
v2.2.0 (06/18/2020)
- a11y update
Download Details:
Author: darrenjennings
Live Demo: https://darrenjennings.github.io/vue-autosuggest
Download Link: https://github.com/darrenjennings/vue-autosuggest/archive/master.zip
Official Website: https://github.com/darrenjennings/vue-autosuggest
Install & Download:
# Yarn
$ yarn add vue-autosuggest
# NPM
$ npm install vue-autosuggest --save