A select element (similar to vaadin-select) that supports selecting multiple items
vcf-multi-select
A select element (similar to vaadin-select) that supports selecting multiple items
Installation
Install vcf-multi-select
:
npm i @vaadin-component-factory/vcf-multi-select --save
Usage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-multi-select';
Add <vcf-multi-select>
element to the page.
<vcf-multi-select></vcf-multi-select>
Running demo
-
Fork the
vcf-multi-select
repository and clone it locally. -
Make sure you have npm installed.
-
When in the
vcf-multi-select
directory, runnpm install
to install dependencies. -
Run
npm start
to open the demo.
License
Apache License 2
Install
Framework Support
Polymer 3.0+
Browser Independent
Install with
Run the above npm command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.2.0
Dependencies
- @polymer/polymer#3.2.0
- @vaadin/vaadin-license-checker#^2.1.2
- @polymer/iron-media-query#^3.0.0
- @polymer/iron-resizable-behavior#^3.0.0
- @vaadin/vaadin-control-state-mixin#^2.2.1
- @vaadin/vaadin-themable-mixin#^1.6.1
- @vaadin/vaadin-text-field#^2.8.0
- @vaadin/vaadin-list-box#^1.4.0
- @vaadin/vaadin-list-mixin#^2.5.0
- @vaadin/vaadin-item#^2.3.0
- @vaadin/vaadin-overlay#^3.5.0
- @vaadin/vaadin-lumo-styles#^1.6.0
- @vaadin/vaadin-material-styles#^1.3.2
- @vaadin/vaadin-element-mixin#^2.4.1