fix: Enable spellcheck on all textareas

This commit is contained in:
Maksim Eltyshev
2025-07-17 14:18:30 +02:00
parent 71b4fd32cc
commit adf60c0c74
8 changed files with 0 additions and 8 deletions

View File

@@ -168,7 +168,6 @@ const AddTask = React.memo(({ children, taskListId, isOpened, onClose }) => {
placeholder={t('common.enterTaskDescription')}
maxLength={1024}
minRows={2}
spellCheck={false}
className={styles.field}
onKeyDown={handleFieldKeyDown}
onChange={handleFieldChange}