mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.52k stars 458 forks source link

Search Cannot be Aborted Once Started #994

Open m-kind opened 3 months ago

m-kind commented 3 months ago

Describe the issue When starting a search by clicking the input field in the top bar I cannot abort the search anymore. After entering a search term I get a list with suggested search results which I cannot get rid of w/o reloading the page or navigating to another page.

To Reproduce Steps to reproduce the issue:

  1. Go to https://demo.mediacms.io/
  2. Enter the term "birch" in the top search input box
  3. Try to abort the search by trying to close the search result list (which is not possible)

Expected behavior I expect to be able to abort the search e.g. by pressing ESC, emptying the search input field or clicking a "clear" button inside the search input field.

Environment: