# InputEditingStateHeader

Component to render a header for the editing state of the [`MessageInput`](/chat/docs/sdk/react-native/v4/ui-components/message-input/).

This is the default component provided to the prop [`InputEditingStateHeader`](/chat/docs/sdk/react-native/v4/core-components/channel#inputeditingstateheader/) on the `Channel` component.

## Props

### disabled

True if channel is [frozen](/chat/docs/javascript/disabling-channels/) and [disableIfFrozenChannel](/chat/docs/sdk/react-native/v4/core-components/channel#disableiffrozenchannel/) is true.

| Type    |
| ------- |
| boolean |


### clearEditingState

Function to clear "Editing Message" state from MessageInput component.

| Type     |
| -------- |
| function |


### `resetInput`

Resets the entire `MessageInput` component to empty state by clearing the text, attachments etc.

| Type     |
| -------- |
| function |



---

This page was last updated at 2026-06-09T15:44:09.077Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/v4/ui-components/input-editing-state-header/](https://getstream.io/chat/docs/sdk/react-native/v4/ui-components/input-editing-state-header/).