Add back search title to WVUI component

Bug: T291671
Change-Id: I30a917b4392256c0d23e57da882e0a1dc7b59562
This commit is contained in:
bwang 2022-06-03 14:05:55 -05:00 committed by Bernard Wang
parent d75fd2d963
commit c45a4dd1e1
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ function initSearchLoader( document ) {
}
// Remove tooltips while Vue search is still loading
searchInput.setAttribute( 'autocomplete', 'off' );
searchInput.removeAttribute( 'title' );
setLoadingIndicatorListeners( searchInner, true, renderSearchLoadingIndicator );
loadSearchModule(
searchInput,