Skip to content

Commit

Permalink
Merge pull request #51 from ethanniser/arman/search
Browse files Browse the repository at this point in the history
fix: turn off autocapitalize and autocorrect for search
  • Loading branch information
armans-code authored Oct 22, 2024
2 parents 6db286a + a66d6b9 commit e1f993c
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 e1f993c

Please sign in to comment.