Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

multiselect-combo-box

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiselect-combo-box

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

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
918
decreased by-12.32%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Live Demo ↗ | Material Theme Live Demo ↗

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.

Keywords

FAQs

Package last updated on 19 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc