Skip to content

Commit

Permalink
Pridané autocomplete="email" do newsletteru (#659)
Browse files Browse the repository at this point in the history
Pridaný attribute autocomplete="email"

Closes #624
  • Loading branch information
mrtineu committed Apr 27, 2024
1 parent 1230e7a commit 9aba17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<input type="hidden" name="listid" id="listid" value="45">
<input type="hidden" name="from_url" id="from_url" value="yes">
<input type="hidden" name="hdn_email_txt" id="hdn_email_txt" value="">
<input type="email" name="email" id="email-input" required class="govuk-input sdn-footer__newsletter-input" placeholder="Zadajte emailovú adresu"/>
<input type="email" name="email" id="email-input" required class="govuk-input sdn-footer__newsletter-input" autocomplete="email" placeholder="Zadajte emailovú adresu"/>
<button type="submit" class="govuk-button sdn-footer__newsletter-button">Prihlásiť</button>
</div>
</form>
Expand Down

0 comments on commit 9aba17b

Please sign in to comment.