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
If an API search is performed where there are no results, a no results message pops up. After this popup appears, it can be dismissed by clicking anywhere on the page.
However, if the popup message itself is clicked after it appears - then it does not dismiss even after trying to click around on the page. Only if the search text field is refocused, and another search performed, does it finally dismiss.
The text was updated successfully, but these errors were encountered:
I've modified how input blur handles closing results in 2.1.7
Previously it would just look for a mousedown event on search results to assume that the results have been clicked, and that an action occurring there should decide whether results should close.
Now it sets a one type event to wait for click to bubble from results and determine if the click action actually makes the results close.
If an API search is performed where there are no results, a no results message pops up. After this popup appears, it can be dismissed by clicking anywhere on the page.
However, if the popup message itself is clicked after it appears - then it does not dismiss even after trying to click around on the page. Only if the search text field is refocused, and another search performed, does it finally dismiss.
The text was updated successfully, but these errors were encountered: