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 3c8dcea commit c79e1ffCopy full SHA for c79e1ff
app/code/Magento/Search/view/frontend/web/js/form-mini.js
@@ -129,14 +129,14 @@ define([
129
*/
130
setActiveState: function (isActive) {
131
var searchValue;
132
-
+
133
this.searchForm.toggleClass('active', isActive);
134
this.searchLabel.toggleClass('active', isActive);
135
136
if (this.isExpandable) {
137
this.element.attr('aria-expanded', isActive);
138
searchValue = this.element.val();
139
- this.element.val("");
+ this.element.val('');
140
this.element.val(searchValue);
141
}
142
},
0 commit comments