Skip to content

Commit d3630a9

Browse files
authored
Restore query value in custom instant search box (#1142)
1 parent f8c135d commit d3630a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

view/frontend/web/instantsearch.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,8 @@ requirejs(['algoliaBundle', 'Magento_Catalog/js/price-utils'], function (algolia
619619
input.value = '';
620620
});
621621
}
622+
623+
input.value = renderOptions.query;
622624
}
623625
});
624626

0 commit comments

Comments
 (0)