react-chat-elements
react-chat-elements copied to clipboard
Reactjs chat elements chat UI, react chat components
Hi all! Can you tell me how to implement scrolling when receiving or sending a message? Provided that for me toBottomHeight does not work
Basically, I did two things in this fork: 1. I made the positions of the MessageBox buttons (reply, delete, forward) dynamic using css. This now allows any number of buttons...
I'm a react-chat-elements user. Thank you for developing a useful library. I fixed all tests because most of them were failed. I hope this helps the project in some small...
{ return () }} /> and/or
Any plans to add Plugins or allow extending input element? for example adding mentions or any other custom handler when typing ?
For Input there's multiline={true} field, but there's none for Message Box type Text. The text doesn't next line, but output in single line instead. How to fix this? or this...
Add support for "error" status to MessageBox component. Fixes #222
Firstly, this library is great. For the project that I'm using it on, we need to be able to indicate to the user that a message has failed to send....
handleInput(e.target.value)} value={messageContent} // onSubmit={() => handleMessageSubmit()} // onReset={() => handleMessageSubmit()} clear={(clear) => (inputClear ? clear() : "")} rightButtons={ handleMessageSubmit()} > Send } />