# multiselect-combo-box **Repository Path**: mirrors_taoqf/multiselect-combo-box ## Basic Information - **Project Name**: multiselect-combo-box - **Description**: A multi select combo box web component based on Polymer 2.x and the vaadin-combo-box - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/gatanaso/multiselect-combo-box) [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/gatanasomultiselect-combo-box) [![Build Status](https://travis-ci.org/gatanaso/multiselect-combo-box.svg?branch=master)](https://travis-ci.org/gatanaso/multiselect-combo-box) [![codecov](https://codecov.io/gh/gatanaso/multiselect-combo-box/branch/master/graph/badge.svg)](https://codecov.io/gh/gatanaso/multiselect-combo-box) [![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/gatanasomultiselect-combo-box.svg)](https://vaadin.com/directory/component/gatanasomultiselect-combo-box) # \ A multi select combo box web component based on Polymer 2.x and the [`vaadin-combo-box`](https://github.com/vaadin/vaadin-combo-box). Compatible with the core set of [Vaadin Components](https://github.com/vaadin/vaadin-core). #### [Live Demo ↗](https://multiselect-combo-box.firebaseapp.com/demo/) | [Material Theme Live Demo ↗](https://multiselect-combo-box.firebaseapp.com/demo/material) ## Getting started Install the `multiselect-combo-box`: ``` bower install --save gatanaso/multiselect-combo-box ``` Once installed, import in your applicaiton: ``` ``` Add to your page: ``` ``` For more usage examples, see the [demo](https://multiselect-combo-box.firebaseapp.com/demo/). ### Running demos locally 1. Fork the `multiselect-combo-box` repository and clone it locally. 1. Make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed locally. 1. When in the `multiselect-combo-box` directory, run `npm install` and then `bower install` to install the element's dependencies. 1. 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](https://vaadin.com/directory/component/multiselect-combo-box) and [GitHub](https://github.com/gatanaso/multiselect-combo-box-flow).