We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c9c7a commit c9d7e3aCopy full SHA for c9d7e3a
app/code/Magento/Ui/view/base/web/js/form/element/ui-select.js
@@ -1168,6 +1168,10 @@ define([
1168
var clientHight = event.target.scrollTop + event.target.clientHeight,
1169
scrollHeight = event.target.scrollHeight;
1170
1171
+ if (!this.searchOptions) {
1172
+ return;
1173
+ }
1174
+
1175
if (clientHight > scrollHeight - this.deviation && !this.isSearchKeyCached(data.filterInputValue())) {
1176
this.loadOptions(data.filterInputValue());
1177
}
0 commit comments