Skip to content

Commit

Permalink
ENGCOM-1802: [Backport] fix: support multiple minisearch widget insta…
Browse files Browse the repository at this point in the history
…nces #15739
  • Loading branch information
Stanislav Idolov authored Jun 4, 2018
2 parents 44a2b9c + 56506df commit 0a1f3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Search/view/frontend/web/form-mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ define([
this.autoComplete = $(this.options.destinationSelector);
this.searchForm = $(this.options.formSelector);
this.submitBtn = this.searchForm.find(this.options.submitBtn)[0];
this.searchLabel = $(this.options.searchLabel);
this.searchLabel = this.searchForm.find(this.options.searchLabel);
this.isExpandable = this.options.isExpandable;

_.bindAll(this, '_onKeyDown', '_onPropertyChange', '_onSubmit');
Expand Down

0 comments on commit 0a1f3c3

Please sign in to comment.