-
-
Notifications
You must be signed in to change notification settings - Fork 963
Closed
Labels
invalidThis doesn't seem rightThis doesn't seem right
Description
重现步骤
步骤:
1.
2.
3.
当前行为
<Sender
components={{
input: () => (
<div
style={{ width: '100%', backgroundColor: 'red', height: '32px', outline: 'none' }}
contentEditable={true}
suppressContentEditableWarning={true}
onInput={(e) => setValue(e.currentTarget.textContent || '')}
dangerouslySetInnerHTML={{ __html: value }}
/>
)
}}
/>```
使用antd自带 <Input.TextArea/>的组件也无法使用 其编辑能力
### 预期行为
_No response_
### 上下文
_No response_
### 版本
1.0.5
### 您在哪些浏览器上遇到了这个问题?
_No response_Metadata
Metadata
Assignees
Labels
invalidThis doesn't seem rightThis doesn't seem right