Skip to content

Commit

Permalink
fix: turn off autocapitalize and autocorrect for search
Browse files Browse the repository at this point in the history
  • Loading branch information
armans-code committed Oct 22, 2024
1 parent 6db286a commit a66d6b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/search-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export function SearchDropdownComponent() {
<div className="relative">
<Input
ref={inputRef}
autoCapitalize="off"
autoCorrect="off"
type="text"
placeholder="Search..."
value={searchTerm}
Expand Down

0 comments on commit a66d6b9

Please sign in to comment.