multiselect-combo-box
Advanced tools
Comparing version 2.5.0-beta.2 to 2.5.0-beta.3
@@ -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() { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56753
1142