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.
2 parents 83a585e + e35c0e7 commit de2ba09Copy full SHA for de2ba09
app/code/Magento/Search/view/frontend/web/form-mini.js
@@ -106,8 +106,8 @@ define([
106
this.element.on('keydown', this._onKeyDown);
107
this.element.on('input propertychange', this._onPropertyChange);
108
109
- this.searchForm.on('submit', $.proxy(function () {
110
- this._onSubmit();
+ this.searchForm.on('submit', $.proxy(function (e) {
+ this._onSubmit(e);
111
this._updateAriaHasPopup(false);
112
}, this));
113
},
0 commit comments