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
/** Additional props to be passed to the underlying `AutoCompleteTextarea` component, [available props](https://www.npmjs.com/package/react-textarea-autosize) */
* When enabled, recorded messages won’t be sent immediately.
47
54
* Instead, they will “stack up” with other attachments in the message composer allowing the user to send multiple attachments as part of the same message.
@@ -71,8 +78,6 @@ export type MessageInputProps = {
/** If true, focuses the text input on component mount */
73
80
focus?: boolean;
74
-
/** Generates the default value for the underlying textarea element. The function's return value takes precedence before additionalTextareaProps.defaultValue. */
75
-
getDefaultValue?: ()=>string|string[];
76
81
/** If true, expands the text input vertically for new lines */
0 commit comments