developer-job-simulation / javascript-login-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Add HTML Email Validation to Email Input

sbmsr opened this issue · comments

commented

What you need to do

Our login form contains an HTML input. We'd like you to add email validation on this field.

At the moment, users are able to enter anything:

before_1

Please add html email validation to the email input.

Expected behavior

Our email input should prompt the user to enter a valid email, like so:

after