Skip to content

Commit

Permalink
fix: remove autocomplete for searchbar (#4440)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendrul authored Sep 25, 2024
1 parent 398a09b commit a1ac583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/components/search/GlobalSearchModal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,9 @@
id="quickSearchInput"
bind:this={textInput}
type="text"
class="quick-search-input"
class="quick-search-input !bg-surface"
bind:value={searchTerm}
autocomplete="off"
/>
<label
for="quickSearchInput"
Expand Down

0 comments on commit a1ac583

Please sign in to comment.