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
astone123 committed Sep 3, 2023
1 parent 127a786 commit b3a7b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function Select({
placeholder="Search"
value={searchText}
onChange={(e) => setSearchText(e.target.value)}
autoComplete="off"
/>
</div>
)}
Expand Down

0 comments on commit b3a7b9e

Please sign in to comment.