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 7c711dd commit 70c531aCopy full SHA for 70c531a
app/code/Magento/Search/view/frontend/web/form-mini.js
@@ -55,7 +55,7 @@ define([
55
this.autoComplete = $(this.options.destinationSelector);
56
this.searchForm = $(this.options.formSelector);
57
this.submitBtn = this.searchForm.find(this.options.submitBtn)[0];
58
- this.searchLabel = $(this.options.searchLabel);
+ this.searchLabel = this.searchForm.find(this.options.searchLabel);
59
this.isExpandable = this.options.isExpandable;
60
61
_.bindAll(this, '_onKeyDown', '_onPropertyChange', '_onSubmit');
0 commit comments