Skip to content

kedigby/multiselect-combo-box

 
 

Repository files navigation

Published on webcomponents.org Published on Vaadin  Directory Build Status codecov Stars on vaadin.com/directory

<multiselect-combo-box>

A multi select combo box web component based on Polymer 2.x and the vaadin-combo-box.

Compatible with the core set of Vaadin Components.

Getting started

Install the multiselect-combo-box:

bower install --save gatanaso/multiselect-combo-box

Once installed, import in your applicaiton:

<link rel="import" href="bower_components/multiselect-combo-box/multiselect-combo-box.html">

Add to your page:

<multiselect-combo-box label="Select items"></multiselect-combo-box>

For more usage examples, see the demo.

Running demos locally

  1. Fork the multiselect-combo-box repository and clone it locally.
  2. Make sure you have the Polymer CLI and npm (packaged with Node.js) installed locally.
  3. When in the multiselect-combo-box directory, run npm install and then bower install to install the element's dependencies.
  4. Run polymer serve --open, the browser will automatically open the components demo page.

Running tests from the command line

When in the multiselect-combo-box directory, run npm run test

Java API

The Vaadin Flow Java compatible version of this component is available on the Vaadin Directory and GitHub.

About

A multi select combo box web component based on Polymer 2.x and the vaadin-combo-box

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 98.4%
  • JavaScript 1.6%