disable autocomplete

This commit is contained in:
Philipp Dormann 2025-05-20 11:57:09 +02:00
parent 53f5fa3988
commit 72e5425c08
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -219,6 +219,7 @@
aria-expanded={isOpen}
>
<input
autocomplete="off"
type="text"
id={inputElementID}
bind:value={searchTerm}