Build your own chat UI with React components in few minutes. Chat UI Kit from chatscope is an open source UI toolkit for developing web chat applications.
How to use the MessageInput component as textarea instead of input?
Should allow for expanding the textarea from the bottom right corner if the content is too long
@nileshzala005 This is impossible. In the MessageInput there is a conteneditable div not a textarea.
This can't be easily replaced because of various dependencies on other interface elements.
How to use the MessageInput component as textarea instead of input? Should allow for expanding the textarea from the bottom right corner if the content is too long