-
Notifications
You must be signed in to change notification settings - Fork 381
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
Missing proper validation for phone number in patient registration form #1243
Labels
Comments
Wesley26
referenced
this issue
in Wesley26/care_fe
Apr 8, 2023
…xLength for a full US based number to be entered by end user
I am working on this 👍 |
Hey, @rithviknishad This is a backend issue. Could you please move it to the backend? |
can i start working on this? |
As you can see, it's already having a PR that fixes this issue. |
sainak
added a commit
that referenced
this issue
Jun 6, 2023
sainak
added a commit
that referenced
this issue
Jun 7, 2023
sainak
added a commit
that referenced
this issue
Jun 7, 2023
sainak
added a commit
that referenced
this issue
Jun 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When we register a patient and enter a number say with one digit missing, the patient is still getting created correctly. However, if one digit is missing for emergency phone number, it's validation works fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Phone Number also should be validated correctly, similar to Emergency Phone Number
Screenshots

The text was updated successfully, but these errors were encountered: