From 94cee27e4016dd44d7add3f2b598bf16bc7c6efb Mon Sep 17 00:00:00 2001 From: dab246 Date: Wed, 24 Jul 2024 09:20:46 +0700 Subject: [PATCH] TF-2940 Add spell check for vacation responder text input --- .../manage_account/presentation/vacation/vacation_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/features/manage_account/presentation/vacation/vacation_view.dart b/lib/features/manage_account/presentation/vacation/vacation_view.dart index 085a4b38f..a27451ef6 100644 --- a/lib/features/manage_account/presentation/vacation/vacation_view.dart +++ b/lib/features/manage_account/presentation/vacation/vacation_view.dart @@ -484,6 +484,7 @@ class VacationView extends GetWidget with RichTextButtonMixi hint: '', darkMode: false, initialText: controller.vacationMessageHtmlText, + spellCheck: true, customBodyCssStyle: HtmlUtils.customCssStyleHtmlEditor(direction: AppUtils.getCurrentDirection(context)) ), htmlToolbarOptions: const html_editor_browser.HtmlToolbarOptions(