Skip to content

Commit

Permalink
turn off autocomplete for search input
Browse files Browse the repository at this point in the history
  • Loading branch information
stilt0n committed Sep 22, 2024
1 parent 6bb48c5 commit 29a7e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/navbar/search.client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const Search = () => {
<form onSubmit={handleSubmit(onSubmitSuccess, onSubmitError)}>
<Input
{...register('query')}
autoComplete='off'
placeholder='Type / to search'
ref={fullRef}
/>
Expand Down

0 comments on commit 29a7e5c

Please sign in to comment.