Description:
A Component to render a “select” with advanced interactions (search, select/deselect all, etc) for web app built with Vue and Bootstrap.
Preview:
Changelog:
v1.0.0 (04/04/2021)
- Fix selected in multiple with groups
v0.9.3 (01/27/2021)
- Ensure original options list is not mutated
v0.9.2 (01/12/2021)
- Add selected value inside the option
v0.9.1 (12/16/2020)
- Escape search characters
v0.9.0 (12/09/2020)
- Wrap the separator in a span so it can be hidden if not needed
v0.8.9 (11/12/2020)
- Store unique values for Select all
Download Details:
Author: myENA
Live Demo: https://vueadvancedselect.firebaseapp.com/
Download Link: https://github.com/myENA/advanced-select/archive/master.zip
Official Website: https://github.com/myENA/advanced-select
Install & Download:
# NPM
$ npm install @myena/advanced-select --save