Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 435 Bytes

2022-02-08-fix-back-button-on-search-bar-works-incorrectly.md

File metadata and controls

8 lines (8 loc) · 435 Bytes
title issue
Fix back button on search bar works incorrectly
NEXT-19647

Administration

  • Added isComponentMounted data variable in sw-search-bar component.
  • Changed $route watch property in sw-search-bar component to set currentSearchType correctly.
  • Changed resetSearchType method in sw-search-bar component to help to set currentSearchType correctly when searchTerm changes from filled state to empty.