This is documentation for Stream Chat React Native SDK v8, which is no longer actively maintained. For up-to-date documentation, see the latest version (v9).
InputEditingStateHeader
Renders the editing-state header inside MessageInput. This is the default component for the InputEditingStateHeader prop.
Best Practices
- Clearly indicate edit mode to prevent accidental edits.
- Keep the header minimal to preserve input space.
- Use
clearEditingStateto cancel edits cleanly. - Ensure accessibility for cancel actions.
- Avoid heavy logic in the header render.
Props
clearEditingState
Function to clear the editing state of the message composer.
| Type | Description |
|---|---|
() => void | Clears the editing state of the message composer. |