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;