alibaba / ChatUI

The UI design language and React library for Conversational UI
https://chatui.io
MIT License
2.62k stars 278 forks source link

支持视频和文件的粘贴功能 #91

Closed fanefanes closed 1 year ago

fanefanes commented 1 year ago

解决用户复制视频和文件发送;

最好是增加onFileSend Api,或者 composerRef 绑定到 input 上;

目前只能通过自定义 Composer 或者 dom操作 input 节点绑定事件解决,如果能提供 api 更方便