Merge pull request #4611 from devansh-webkul/issue-4606
Fixed product search icon which is not working properly in mobile view #4606
This commit is contained in:
commit
74cbdba15d
|
|
@ -340,6 +340,7 @@
|
|||
|
||||
'submitForm': function () {
|
||||
if (this.inputVal !== '') {
|
||||
$('input[name=term]').val(this.inputVal);
|
||||
$('#search-form').submit();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue