Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty Fields Bypass Initial Validation #19

Open
rajdesai17 opened this issue Jun 13, 2024 · 2 comments
Open

Empty Fields Bypass Initial Validation #19

rajdesai17 opened this issue Jun 13, 2024 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers SSOC'24 Social Summer of Code 24

Comments

@rajdesai17
Copy link

The signup form on the homepage allows users to proceed to the next step even if they leave the name, username, password, and confirm password fields empty.

Expected Behavior:

The form should prevent users from clicking "Next" until all required fields are filled in with valid data (not just empty strings).
Ideally, the form should provide immediate validation feedback for each field as the user interacts with it.
Observed Behavior:

Users can click "Next" even with all fields empty.
An alert message pops up at the end of the signup process indicating invalid details.

Desktop (please complete the following information):

  • OS: Windows - Browser - Chrome
  • Windows 11
@princekhunt
Copy link
Owner

@rajdesai17 Yes, that is unexpected behaviour.

@princekhunt princekhunt added bug Something isn't working good first issue Good for newcomers SSOC'24 Social Summer of Code 24 labels Jun 13, 2024
@princekhunt
Copy link
Owner

Kindly make PR before End of the day, else issue will be open to all to be assigned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers SSOC'24 Social Summer of Code 24
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants