fssa-batch3 / aravind.venkedeshwaran__web_project

https://fssa-batch3.github.io/aravind.venkedeshwaran__web_project/
0 stars 0 forks source link

validation error #3

Open cyber-sparky opened 1 year ago

cyber-sparky commented 1 year ago

screenshot

Description of issue

In the register page, in the email input box, if I enter capital letters its allowing and its saving in the localStorage in raw text without modifying ( changing into small letters ). If I type random letters after '@' like "dfg", its still accepting and saving in the localStorage. In the password field if i enter space ( '_' ), it's still accepting and its not validating.

Expected result

Should not accept Capital letters in email field ex: INPUT : Aravind@gmail.com - It's not a proper gmail, should not accept Capital letters Expected : aravind@gmail.com In the password field, it's accepting spaces. actually it's should not accept spaces in password fields.

Actual result

EMAIL INPUT: Aravind@gmail.com ( Saving in localStorage ) PASSWORD INPUT: Aravind @123 ( it's saving with spaces )

Path:      /pages/signup
Browser:   Chrome 112.0.0.0 on Windows 10
Viewport:  1504 x 892 @1.5x
Language:  en-US
Cookies:   Disabled

Open in BrowserStack

Submitted from Netlify Deploy Preview #1

aravindramvjs commented 1 year ago

Issue Fixed Now user can type their email in the combination of lower and upper. it stores in the lowercase format in the local storage coz email can not be uppercase user must enter their email id in lowercase in the log in form.