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 - npm Package Compare versions

Comparing version 2.5.0-beta.2 to 2.5.0-beta.3

2

package.json

@@ -15,3 +15,3 @@ {

"name": "multiselect-combo-box",
"version": "2.5.0-beta.2",
"version": "2.5.0-beta.3",
"main": "multiselect-combo-box.js",

@@ -18,0 +18,0 @@ "directories": {

@@ -156,3 +156,3 @@ import {PolymerElement} from '@polymer/polymer/polymer-element.js';

this._initDataConnector(); // only relevant when used with Vaadin Flow
this._notifyReady(); // only relevant when used with Vaadin Flow
}

@@ -186,4 +186,3 @@

value: '',
reflectToAttribute: true,
readOnly: true
reflectToAttribute: true
},

@@ -336,3 +335,3 @@

this.compactMode ? this._setTitle(this._getDisplayValue(selectedItems, this.itemLabelPath, ', ')) : this._setTitle('');
this.compactMode && (this.title = this._getDisplayValue(selectedItems, this.itemLabelPath, ', '));

@@ -505,12 +504,6 @@ // manually force a render

_initDataConnector() {
if (!this._hasDataProvider()) {
// server callback to initialize the data connector (when used with Vaadin Flow)
this.$server && this.$server.initDataConnector();
}
_notifyReady() {
this.$server && this.$server.notifyReady();
}
_hasDataProvider() {
return this.$.comboBox.dataProvider && typeof this.$.comboBox.dataProvider === 'function';
}

@@ -517,0 +510,0 @@ _notifyResizeIfNeeded() {

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