disable spellcheck

This commit is contained in:
Ulf Gebhardt 2025-05-28 21:10:08 +02:00
parent 353ca60398
commit 28aa95a884
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -78,6 +78,7 @@ export function TextAreaInput({
maxHeight: size === 'small' ? '30px' : containerHeight,
forceSync: true,
autoDownloadFontAwesome: false,
spellChecker: false,
/*
autoDownloadFontAwesome?: boolean;
autofocus?: boolean;