You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add attachments on chat, you have to use showAttachmentButton="true" and add a few lines, described in COMPONENT_MESSAGE_INPUT.MD
Then I found this example, which images are hardcoded using ArrayList. But how to actually attach images selected by user? I couldn't find any example to do that.
The text was updated successfully, but these errors were encountered:
To add attachments on chat, you have to use
showAttachmentButton="true"
and add a few lines, described in COMPONENT_MESSAGE_INPUT.MDThen I found this example, which images are hardcoded using ArrayList. But how to actually attach images selected by user? I couldn't find any example to do that.
The text was updated successfully, but these errors were encountered: