fix: backend edit format

This commit is contained in:
jialin
2025-10-15 12:18:50 +08:00
parent f02b972dc0
commit 4196351e48
19 changed files with 147 additions and 59 deletions
@@ -127,6 +127,7 @@ const SealTextArea: React.FC<InputTextareaProps & SealFormItemProps> = (
>
<Input.TextArea
{...rest}
placeholder={placeholder}
spellCheck={rest.spellCheck ?? false}
autoSize={autoSize}
ref={inputRef}