-
-
Notifications
You must be signed in to change notification settings - Fork 988
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
不太理解sender slot怎么用
ref.insert([{
type: 'tag',
key: 'ss',
props: {
label: "文档内容",
value: "内容"
}
}]); const handleSubmit = (message: string, slotConfig?: SlotConfigType[]) => {
console.log("send message", message, slotConfig)
};
<Sender
ref={ref}
onSubmit={handleSubmit}
slotConfig={[]}
/>如图,insert tag之后,提交,拿不到这个slot,难不成要自己管理slots?

dosubot
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation