Skip to content

Commit

Permalink
Melhorado input
Browse files Browse the repository at this point in the history
  • Loading branch information
jerp86 committed May 5, 2024
1 parent d0efad7 commit 2170960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/search-form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ export default function SearchForm() {
className="flex-1 bg-transparent text-sm outline-none placeholder:text-zinc-500"
name="q"
defaultValue={query}
autoComplete="off"
autoCorrect="off"
autoCapitalize="off"
/>
</form>
)
Expand Down

0 comments on commit 2170960

Please sign in to comment.