File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Ui/view/base/web/js/form/element Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ define([
153
153
showPath : true ,
154
154
labelsDecoration : false ,
155
155
disableLabel : false ,
156
- filterRateLimit : 500 ,
157
- filterRateLimitMethod : 'notifyAtFixedRate ' ,
156
+ filterRateLimit : 1000 ,
157
+ filterRateLimitMethod : 'notifyWhenChangesStop ' ,
158
158
closeBtnLabel : $t ( 'Done' ) ,
159
159
optgroupTmpl : 'ui/grid/filters/elements/ui-select-optgroup' ,
160
160
quantityPlaceholder : $t ( 'options' ) ,
@@ -1167,7 +1167,7 @@ define([
1167
1167
return ;
1168
1168
}
1169
1169
1170
- if ( searchKey !== this . lastSearchKey ) {
1170
+ if ( searchKey !== this . lastSearchKey || currentPage === 1 ) {
1171
1171
this . options ( [ ] ) ;
1172
1172
}
1173
1173
this . processRequest ( searchKey , currentPage ) ;
You can’t perform that action at this time.
0 commit comments