@vaadin/vaadin-combo-box
Advanced tools
Comparing version 5.0.4 to 5.0.5
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-combo-box", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"main": "vaadin-combo-box.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -218,2 +218,4 @@ /** | ||
throw new Error('Using `items` and `dataProvider` together is not supported'); | ||
} else if (this.dataProvider && !this.filteredItems) { | ||
this.filteredItems = []; | ||
} | ||
@@ -220,0 +222,0 @@ } |
@@ -234,3 +234,3 @@ /** | ||
static get version() { | ||
return '5.0.4'; | ||
return '5.0.5'; | ||
} | ||
@@ -237,0 +237,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
109503
2643