When having a single input field type="email" I get a suggestion to autofill the field with password instead of email. However, if I add another input field, the autofill works correctly. I noticed some solutions where the second input field is hidden, but I'd like to know if there's a more elegant solution to this.
Thanks.