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

Real Time Validation in forms #159

Open
AlfiyaSiddique opened this issue Jun 28, 2023 · 0 comments
Open

Real Time Validation in forms #159

AlfiyaSiddique opened this issue Jun 28, 2023 · 0 comments

Comments

@AlfiyaSiddique
Copy link

Issue Description

Sign-up fields have no constraints. I can create an account event with the username B which is a single character. There is no validation in email fields as well.

5

Solution

I want to add real-time validation in the signup as well as the login form. It will help the user to get a validation message as they enter the values. It will also prevent the form from getting submitted with invalid data. I want to implement a functionality similar to below sample video:

sample.mp4

According to me, the following constraints can be implemented:
name: minimum 6 characters
Email: valid regex
Password: min 8 max 16 characters with at least 1 uppercase, 1 lowercase, 1 special symbol, and 1 number.
confirm password: match with password.

Request

Please assign me this issue under the gssoc23 label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant