When a user attempts to sign up without entering any data in the input fields, the form does not provide appropriate feedback to indicate that the fields are required. Instead of prompting the user to fill out the required fields, it displays email is not valid which is confusing and does not accurately reflect the issue. This behavior can lead to user frustration and difficulty in understanding the validation requirements.
Steps to reproduce
Visit the Login page.
Do not enter any data in the input fields.
Click the Login button.
I Resolved this issue Locally waiting for ur valuable response
To have separate validation error messages(more discriptive) for email.
Update this message to a bit generic error message some this like this:
"Please enter a valid email address. It should not be empty, must contain '@', have a domain name, and follow the standard email format (e.g., user@example.com)."
Is there an existing issue for this?
Current behavior
When a user attempts to sign up without entering any data in the input fields, the form does not provide appropriate feedback to indicate that the fields are required. Instead of prompting the user to fill out the required fields, it displays email is not valid which is confusing and does not accurately reflect the issue. This behavior can lead to user frustration and difficulty in understanding the validation requirements.
Steps to reproduce
I Resolved this issue Locally waiting for ur valuable response
Environment
None
Version
Local
Repository
InfraBoard