fix: disable autocomplete in LocalSearchBox

The autocomplete suggestions would appear on top of the search results,
occulting a part of them, requiring the user to press "Esc" to hide
the autocomplete results in order to see the search results fully.
pull/4066/head
Gunther Konig 1 year ago
parent 8f31a4c078
commit 02cda51a0d

@ -443,6 +443,7 @@ function formMarkRegex(terms: Set<string>) {
:placeholder="buttonText"
id="localsearch-input"
aria-labelledby="localsearch-label"
autocomplete="off"
class="search-input"
/>
<div class="search-actions">

Loading…
Cancel
Save