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 3530214 + 840398a commit bad90b4Copy full SHA for bad90b4
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