-
-
Notifications
You must be signed in to change notification settings - Fork 812
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
Sign-up form incorrectly treats blank spaces as special characters, causing validation errors #2283
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
@syedali237 Can I work on this issue? |
@Sumitsh28 wait before it gets approved. |
Can I work on this issue? |
@palisadoes Can you please review and assign this issue? |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Working on it. |
@syedali237 Is this issue resolved? |
@avantika-rawat yes. Already raised a PR. |
Describe the bug
When attempting to sign up, the form validation incorrectly recognizes blank spaces as special characters. As a result, users encounter validation errors when they input a name with spaces, even though spaces should be valid characters.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Spaces should be ignored, and the user should be able to submit the form without errors.
Actual behavior
A validation error triggers a pop-up notification stating that only lower and upper-case characters are allowed.
Video:
1726862495775144.mp4
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359
The text was updated successfully, but these errors were encountered: