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
@@ -82,7 +82,6 @@ const NameField = React.memo(({ defaultValue, size, onUpdate }) => {
as={TextareaAutosize}
value={value}
maxLength={1024}
spellCheck={false}
className={classNames(styles.field, styles[`field${upperFirst(size)}`])}
onFocus={handleFocus}
onKeyDown={handleKeyDown}