Skip to content

Commit

Permalink
✨ Autocomplete email in newsletter form
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Jul 10, 2024
1 parent 31498d1 commit 4c0af66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/NewsletterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default function NewsletterForm({
placeholder="Enter your email..."
required
aria-label="Email address"
autoComplete="email"
/>

<SubmitButton />
Expand Down

0 comments on commit 4c0af66

Please sign in to comment.