Hi,
I’m using Sendbirds OpenChannel component from the React UI Kit. I was wondering if there is a way to hide this attachments button?
Hi,
I’m using Sendbirds OpenChannel component from the React UI Kit. I was wondering if there is a way to hide this attachments button?
Hi @devluked
Welcome to Sendbird Community!
You can add the following to your CSS file.
.sendbird-message-input--attach {
display: none;
}
Thank you! I ended up making a custom input, but this is nice to keep in mind!