From c1295ac7b0a0594fc34256826befe13f4c9f1775 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Sun, 9 Mar 2025 11:24:28 +0300 Subject: [PATCH] bug 726 fixed. --- lib/views/pages/user/ppm/update_ppm/ppm_pm_check_list_form.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/pages/user/ppm/update_ppm/ppm_pm_check_list_form.dart b/lib/views/pages/user/ppm/update_ppm/ppm_pm_check_list_form.dart index 5fca35f2..f8c55d5d 100644 --- a/lib/views/pages/user/ppm/update_ppm/ppm_pm_check_list_form.dart +++ b/lib/views/pages/user/ppm/update_ppm/ppm_pm_check_list_form.dart @@ -56,6 +56,7 @@ class _PpmPmChecklistFormState extends State { initialValue: list[index].instructionText?.text ?? "", enable: false, showShadow: false, + makeMultiLinesNull: true, enableColor: AppColor.neutral100, backgroundColor: context.isDark ? AppColor.neutral20 : AppColor.neutral100, // backgroundColor: context.isDark ? AppColor.neutral50 : null,