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
/** If true, focuses the text input on component mount */
57
57
focus?: boolean;
58
-
/** If true, expands the text input vertically for new lines */
59
-
grow?: boolean;
60
58
/** Allows to hide MessageInput's send button. */
61
59
hideSendButton?: boolean;
62
60
/** Custom UI component handling how the message input is rendered, defaults to and accepts the same props as [MessageInputFlat](https://github.com/GetStream/stream-chat-react/blob/master/src/components/MessageInput/MessageInputFlat.tsx) */
0 commit comments