Skip to content

Commit

Permalink
Fix: input field autoComplete attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkaison committed Sep 20, 2023
1 parent 335e034 commit b13fd65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/SubscribeNewsletter.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function SubscribeNewsletter() {
name="email"
value={inputEmail}
onChange={handleEmailInput}
autoComplete="true"
/>
<button
className="text-appointment-btn"
Expand Down

0 comments on commit b13fd65

Please sign in to comment.