From bebd1efb50bfd7b3f6e9757f49ea7615a781ce76 Mon Sep 17 00:00:00 2001 From: Donald Kibet Date: Mon, 23 Oct 2023 21:43:41 +0300 Subject: [PATCH] (enhc) Update progress note to be textarea (#241) --- configuration/ampathforms/Progress_Note.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/ampathforms/Progress_Note.json b/configuration/ampathforms/Progress_Note.json index 0ed9b2b3..af3dbd28 100644 --- a/configuration/ampathforms/Progress_Note.json +++ b/configuration/ampathforms/Progress_Note.json @@ -56,7 +56,8 @@ "required": true, "id": "note", "questionOptions": { - "rendering": "text", + "rendering": "textarea", + "rows": 5, "concept": "159395AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "answers": [] },