-
Notifications
You must be signed in to change notification settings - Fork 516
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
Accept Special Character Input For Patient Name in the Patient registration form #9217
Closed
2 tasks
Labels
P1
breaking issue or vital feature
Comments
nihal467
changed the title
Disable Auto-Capitilasation Package in the patient registration form from removing special character
Accept Special Character Input For Patient Name in the Patient registration form
Nov 26, 2024
|
Possibly would be fixed along with #9116 |
6 tasks
Can I work on this Issue, Plz assign it to me ... |
@ANIR1604 issue is already solved in the linked PR. Feel free to take up other open issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When creating a patient with a name containing special characters like an apostrophe ('), such as " Sam O'Brian ", the name is saved as " Sam Obrain ". The issue arises because the startCase and toLower provided by lodash package implemented in the frontend removes special characters during formatting.
Context: The auto-capitalization package was introduced after feedback from users who often entered names with inconsistent capitalization.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: