From 28aa95a8849580c5aa0f947fd248b53a783c4992 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 28 May 2025 21:10:08 +0200 Subject: [PATCH] disable spellcheck --- src/Components/Input/TextAreaInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Input/TextAreaInput.tsx b/src/Components/Input/TextAreaInput.tsx index 95bb1710..956685a9 100644 --- a/src/Components/Input/TextAreaInput.tsx +++ b/src/Components/Input/TextAreaInput.tsx @@ -78,6 +78,7 @@ export function TextAreaInput({ maxHeight: size === 'small' ? '30px' : containerHeight, forceSync: true, autoDownloadFontAwesome: false, + spellChecker: false, /* autoDownloadFontAwesome?: boolean; autofocus?: boolean;