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

@vaadin/multi-select-combo-box

Package Overview
Dependencies
Maintainers
12
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/multi-select-combo-box - npm Package Compare versions

Comparing version 23.1.6 to 23.1.7

18

package.json
{
"name": "@vaadin/multi-select-combo-box",
"version": "23.1.6",
"version": "23.1.7",
"publishConfig": {

@@ -36,9 +36,9 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/combo-box": "^23.1.6",
"@vaadin/component-base": "^23.1.6",
"@vaadin/field-base": "^23.1.6",
"@vaadin/input-container": "^23.1.6",
"@vaadin/vaadin-lumo-styles": "^23.1.6",
"@vaadin/vaadin-material-styles": "^23.1.6",
"@vaadin/vaadin-themable-mixin": "^23.1.6"
"@vaadin/combo-box": "~23.1.7",
"@vaadin/component-base": "~23.1.7",
"@vaadin/field-base": "~23.1.7",
"@vaadin/input-container": "~23.1.7",
"@vaadin/vaadin-lumo-styles": "~23.1.7",
"@vaadin/vaadin-material-styles": "~23.1.7",
"@vaadin/vaadin-themable-mixin": "~23.1.7"
},

@@ -50,3 +50,3 @@ "devDependencies": {

},
"gitHead": "b356bcba208f6569d3d85ac11795c3e736adce85"
"gitHead": "879a4e5e6a245809bafa0ef2b5cdb24aef72565d"
}

@@ -7,11 +7,15 @@ # @vaadin/multi-select-combo-box

[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/multi-select-combo-box)
```html
<vaadin-multi-select-combo-box id="fruit"></vaadin-multi-select-combo-box>
<vaadin-multi-select-combo-box style="width: 300px"></vaadin-multi-select-combo-box>
<script>
const comboBox = document.querySelector('#fruit');
const comboBox = document.querySelector('vaadin-multi-select-combo-box');
comboBox.items = ['apple', 'banana', 'lemon', 'orange'];
comboBox.selectedItems = ['lemon', 'orange'];
comboBox.selectedItems = ['apple', 'banana'];
</script>
```
[<img src="https://raw.githubusercontent.com/vaadin/web-components/master/packages/multi-select-combo-box/screenshot.png" width="300" alt="Screenshot of vaadin-multi-select-combo-box">](https://vaadin.com/docs/latest/components/multi-select-combo-box)
## Installation

@@ -18,0 +22,0 @@

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