Skip to content

Commit 39e7c2c

Browse files
geeta07amol2jcommerce
authored andcommitted
Resolve issue given by the QA
1 parent 83a9c9b commit 39e7c2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Search/view/frontend/web/js/form-mini.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ define([
6969
media: '(max-width: 768px)',
7070
entry: function () {
7171
this.isExpandable = true;
72+
this.element.attr('aria-expanded', false);
7273
}.bind(this),
7374
exit: function () {
7475
this.isExpandable = true;
76+
this.element.attr('aria-expanded', false);
7577
}.bind(this)
7678
});
7779

0 commit comments

Comments
 (0)