mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-07 03:01:33 +00:00
Change to email field
This commit is contained in:
committed by
Maikel Linke
parent
d3eb887664
commit
f063e2e8c6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user