title | issue |
---|---|
Fix back button on search bar works incorrectly |
NEXT-19647 |
- Added
isComponentMounted
data variable insw-search-bar
component. - Changed
$route
watch property insw-search-bar
component to setcurrentSearchType
correctly. - Changed
resetSearchType
method insw-search-bar
component to help to setcurrentSearchType
correctly whensearchTerm
changes from filled state to empty.