This is documentation for the release candidate
Stream Chat React Native SDK v8. For the latest stable version, see the latest version (v7).
InputEditingStateHeader
Component to render a header for the editing state of the MessageInput
.
This is the default component provided to the prop InputEditingStateHeader
on the Channel
component.
Props
clearEditingState
Function to clear the editing state of the message composer.
Type | Description |
---|---|
() => void | Clears the editing state of the message composer. |
On this page: