Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed problem, that search field and search options did not close whe…
…n clicking outside This fixes issue #701. For the search field this was caused by algolia/autocomplete lib, which do not support multiple autocomplete fields on a single page. If initailly loaded on the homepage, which features a second autocomplete, this one "steals" the input listening, and the one in the navbar do not close anymore when clicking outside. Custom code which triggers the closing of the autocomplete manually when clicking outside, was added as a workaround.
- Loading branch information