@vaadin/vaadin-combo-box
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-combo-box", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"main": "vaadin-combo-box.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -205,3 +205,3 @@ /** | ||
// new items size might be less than old scrolling position | ||
this._selector.scrollToIndex(Math.min(items.length - 1, this._oldScrollerPosition)); | ||
this._scrollIntoView(Math.min(items.length - 1, this._oldScrollerPosition)); | ||
this.resetScrolling = false; | ||
@@ -208,0 +208,0 @@ // reset position to 0 again in order to properly handle the filter |
@@ -232,3 +232,3 @@ /** | ||
static get version() { | ||
return '5.4.2'; | ||
return '5.4.3'; | ||
} | ||
@@ -235,0 +235,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
143490