@vaadin/vaadin-combo-box
Advanced tools
Comparing version 4.2.0-alpha4 to 4.2.0-alpha5
{ | ||
"description": "Polymer element for displaying a list of items with filtering", | ||
"description": "Web Component for displaying a list of items with filtering", | ||
"keywords": [ | ||
@@ -13,3 +13,3 @@ "Vaadin", | ||
"name": "@vaadin/vaadin-combo-box", | ||
"version": "4.2.0-alpha4", | ||
"version": "4.2.0-alpha5", | ||
"main": "vaadin-combo-box.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -165,2 +165,3 @@ /** | ||
} | ||
this._pendingRequests = {}; | ||
const filteredItems = []; | ||
@@ -167,0 +168,0 @@ filteredItems.length = this.size || 0; |
@@ -288,3 +288,3 @@ /** | ||
this._removeNewRendererOrTemplate(template, this._oldTemplate, renderer, this._oldRenderer); | ||
throw new Error('You should only use either a renderer or a template for dialog content'); | ||
throw new Error('You should only use either a renderer or a template for combo box items'); | ||
} | ||
@@ -291,0 +291,0 @@ |
@@ -255,3 +255,3 @@ /** | ||
static get version() { | ||
return '4.2.0-alpha4'; | ||
return '4.2.0-alpha5'; | ||
} | ||
@@ -258,0 +258,0 @@ |
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
101594
2420