-
Notifications
You must be signed in to change notification settings - Fork 434
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
Patient Addition Proceeds Despite Invalid Phone Number Error #9010
Comments
Hey Team I want to work on this issue |
@kihan2518B this should then fixed in the backend validation, as long as the the backend is accepting this data its not just a FE bug. |
Should I raise this issue backend side? |
hey can you plz mention where's the file located with this form as i could solve this issue. |
@anuraag-5 this issue needs to be solved on backend side not in frontend side |
I would like to work on this , pls assign me @bodhish @kihan2518B @rithviknishad @nihal467 |
Describe the bug
When adding a patient's details, entering an incorrect phone number triggers an error message, but the form still allows submission, allowing the patient to be added with invalid contact information..
To Reproduce
Steps to reproduce the behavior:
5.Still Can submit the details by filling other required details
Expected behavior
The form should prevent submission until the phone number is corrected to a valid format.
Actual Behaviour
The form allows submission despite the phone number error, resulting in the patient being added with incorrect contact information.
Screenshots
The text was updated successfully, but these errors were encountered: