nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Hide "No results found" tooltip on autocompletion #421

Closed danxuliu closed 6 years ago

danxuliu commented 6 years ago

Follow-up to #415

If the tooltip is not explicitly hidden it would still be shown once the autocompletion dropdown is shown (behind it while it is open, but fully visible when it is closed).

This unifies its behaviour with the one used in the server, but it does not address its problems (for example, if a search is started and while it is being performed the input field is cleared the tooltip would be still shown once the search response is received, even if the input field is now empty).

How to test:

Expected result: No tooltip is visible.

Actual result: The No results found tooltip is still visible.