未验证 提交 844a391b 编写于 作者: O oasis-cloud 提交者: GitHub

fix: textarea 禁用状态仍然可以输入 (#687)

上级 cb5302ea
......@@ -106,8 +106,7 @@ export const TextArea: FunctionComponent<
resize: `${autosize ? 'vertical' : 'none'}` as any,
...style,
}}
disabled={disabled}
readOnly={readonly}
readOnly={disabled || readonly}
value={inputValue}
onInput={(e: any) => {
textChange(e)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册