On the "New Patient" modal, the red error message is not showing up for all of the required questions if they are blank. Please update so the required question error message is shown for the four missing fields: Language, Race, Ethnicity, and Administrative Gender.
For all the remaining fields, please use this error message: "Please select a valid option"
From Sravan: this can fixed in CBO app itself in "PatientCreation.tsx" file, by adding a one line code for those fields and including those fields in the a validating function in the same file
On the "New Patient" modal, the red error message is not showing up for all of the required questions if they are blank. Please update so the required question error message is shown for the four missing fields: Language, Race, Ethnicity, and Administrative Gender.
For all the remaining fields, please use this error message: "Please select a valid option"
From Sravan: this can fixed in CBO app itself in "PatientCreation.tsx" file, by adding a one line code for those fields and including those fields in the a validating function in the same file
Repo for the CBO app (use Develop branch): https://github.com/chronic-care/acleap-referral