You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I click the search field for the first time and typ in a search query, no results show up. The results show up after I click the search field for the second time.
When I look at the developer console I notice that sui-search component gets the class active attached to it after I click on it for the second time, that's when the popup displays, however, the class active never gets attached if the search field gets clicked for the first time and if the search field contains no query. Does anyone understand why this behavior is occuring?
The text was updated successfully, but these errors were encountered:
Whenever I click the search field for the first time and typ in a search query, no results show up. The results show up after I click the search field for the second time.
When I look at the developer console I notice that
sui-search
component gets the classactive
attached to it after I click on it for the second time, that's when the popup displays, however, the classactive
never gets attached if the search field gets clicked for the first time and if the search field contains no query. Does anyone understand why this behavior is occuring?The text was updated successfully, but these errors were encountered: