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