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 e43bb43 + 1a6d9b8 commit d447f65Copy full SHA for d447f65
app/code/Magento/Search/view/frontend/web/form-mini.js
@@ -104,8 +104,8 @@ define([
104
this.element.on('keydown', this._onKeyDown);
105
this.element.on('input propertychange', this._onPropertyChange);
106
107
- this.searchForm.on('submit', $.proxy(function () {
108
- this._onSubmit();
+ this.searchForm.on('submit', $.proxy(function (e) {
+ this._onSubmit(e);
109
this._updateAriaHasPopup(false);
110
}, this));
111
},
0 commit comments