Skip to content

Commit

Permalink
fix: annoying browser suggestions (#2160)
Browse files Browse the repository at this point in the history
I was looking for notes and then when i was searching svelte i couldn't
see the possible search hits.so i turned autocomplete off now it works
like charm.
  • Loading branch information
aarsh21 authored Sep 24, 2024
1 parent 25eaa9a commit db4b936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/V2017Sheet/SearchForm.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ placeholder = placeholder.replace('{size}', etc.advertisedSheetCount.toString())
{...(props.isLive ? { autofocus: true } : {})}
data-js-search-input
placeholder={placeholder}
autocomplete="off"
/>
)
}
Expand Down

0 comments on commit db4b936

Please sign in to comment.