# InputEditingStateHeader

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

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

## Props

### `disabled`

True if channel is [frozen](https://getstream.io/chat/docs/javascript/disabling-channels/) and [disableIfFrozenChannel](https://getstream.io/chat/docs/sdk/react-native/v6/core-components/channel) 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-08-13T00:26:16.092Z.

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