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 c5051f4 commit f368f2eCopy full SHA for f368f2e
src/sap.ui.mdc/src/sap/ui/mdc/filterbar/FilterBarBase.js
@@ -884,7 +884,6 @@ sap.ui.define([
884
885
var fDelayedFunction = function() {
886
this._validate(bFireSearch);
887
- this._oValidationPromise = null;
888
};
889
setTimeout(fDelayedFunction.bind(this), 0);
890
}
@@ -1121,6 +1120,7 @@ sap.ui.define([
1121
1120
}.bind(this);
1122
1123
var fnCleanup = function() {
+ this._oValidationPromise = null;
1124
this._fRejectedSearchPromise = null;
1125
this._fResolvedSearchPromise = null;
1126
0 commit comments