js-multiselect
v1.0.3
Published
Create a multi select dropdown with search option
Downloads
14
Maintainers
Readme
js-multiselect
A Light weight javascript based multi selet without any dependencies.
Inspired from VanillaSelectBox
Installation
With NPM:
npm install js-multiselect --save
Setup
@import 'js-multiselect/multiselect';
let multiSelect = new multiselect("#demo", {
maxHeight: 200,
search: true,
placeHolder: "Select your questions",
selectAll: "Check All",
clearAll: "Clear All"
});
License
MIT License