multiselect-combo-box

WebJar for multiselect-combo-box

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

multiselect-combo-box
Last Version

Last Version

2.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

multiselect-combo-box
WebJar for multiselect-combo-box
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/gatanaso/multiselect-combo-box

Download multiselect-combo-box

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/multiselect-combo-box/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>multiselect-combo-box</artifactId>
    <version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/multiselect-combo-box/
implementation 'org.webjars.npm:multiselect-combo-box:2.4.2'
// https://jarcasting.com/artifacts/org.webjars.npm/multiselect-combo-box/
implementation ("org.webjars.npm:multiselect-combo-box:2.4.2")
'org.webjars.npm:multiselect-combo-box:jar:2.4.2'
<dependency org="org.webjars.npm" name="multiselect-combo-box" rev="2.4.2">
  <artifact name="multiselect-combo-box" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='multiselect-combo-box', version='2.4.2')
)
libraryDependencies += "org.webjars.npm" % "multiselect-combo-box" % "2.4.2"
[org.webjars.npm/multiselect-combo-box "2.4.2"]

Dependencies

compile (7)

Group / Artifact Type Version
org.webjars.npm : vaadin__vaadin-text-field jar [2.4.8,3)
org.webjars.npm : vaadin__vaadin-combo-box jar [5.0.9,6)
org.webjars.npm : vaadin__vaadin-material-styles jar [1.2.3,2)
org.webjars.npm : vaadin__vaadin-lumo-styles jar [1.5.0,2)
org.webjars.npm : polymer__polymer jar [3.0.0,4)
org.webjars.npm : vaadin__vaadin-control-state-mixin jar [2.1.3,3)
org.webjars.npm : vaadin__vaadin-themable-mixin jar [1.4.4,2)

Project Modules

There are no modules declared in this project.

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

<multiselect-combo-box>

A multiselect combo box web component based on Polymer and the vaadin-combo-box.

Compatible with the core set of Vaadin Components.

Live Demo | Material Theme Live Demo

Getting started

Polymer 3 (npm)

Install the multiselect-combo-box:

npm install multiselect-combo-box --save

Once installed, import in your applicaiton:

import 'multiselect-combo-box/multiselect-combo-box.js';

Add to your page:

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

Polymer 2.x (bower)

Install the multiselect-combo-box:

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

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.

Project setup

  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. To install the element's dependencies, in the multiselect-combo-box directory, run: npm install
    • if using the Polymer 2.x version, also run: bower install

Running the project locally

To perform linting, run the tests and automatically open the demo page, run:

npm run start

Branch information

  • master the latest (Polymer 3) version of the multiselect-combo-box
  • polymer-2 the Polymer 2.x version of the multiselect-combo-box

Java API

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

Versions

Version
2.4.2
2.4.1