stream-chat-react
stream-chat-react copied to clipboard
Feature request: MessageInputFlat with custom UploadsPreview
Hi 👋
I want to use a custom UploadsPreview in my message input.
Unfortunately, it is baked into MessageInputFlat, so I have to copy-paste the entire component just to change the UploadsPreview. It would be nice if this could be changed in a prop and passed into the componentContext, just like FileUploadIcon and SendButton already are.
Just a suggestion 😁. Let me know if you would like me to submit a PR.
Thank you for the suggestion @robrechtme - if you feel like submitting a PR, we would gladly accept that.
Regards,
I can look into it if I find the time 😁
It is possible to customize uploads preview with AttachmentPreviewList component now. Passing it as a prop to Channel component.