Search dropdown unable to close after performing search
Summary
The top nav search's dropdown menu is unable to close after performing a search.
Steps to reproduce
- Type in a query into the search bar
- Click anywhere outside of the menu
- Observe that the search input blurs, but the dropdown menu remains displayed
What is the expected correct behavior?
Dropdown menu should hide after clicking away, which works correctly if you focus and blur the search input without searching for anything.
Relevant logs and/or screenshots
Possible fixes
Probably an event binding issue in search_autocomplete.js preventing the dropdown menu from hiding itself.
