Change to email field

This commit is contained in:
Cillian O'Ruanaidh
2026-02-28 14:14:12 +00:00
committed by Maikel Linke
parent d3eb887664
commit f063e2e8c6

View File

@@ -8,7 +8,7 @@
%fieldset.no-border-top.no-border-bottom
.row
= f.label :email, t(:email)
= f.text_field :email, placeholder: t('.eg_email_address'), data: { controller: "select-user" }
= f.email_field :email, placeholder: t('.eg_email_address'), data: { controller: "select-user" }, inputmode: "email", autocomplete: "off"
= f.error_message_on :email
.modal-actions.justify-end.filter-actions