Skip to main content
Version: v5

InputReplyStateHeader

Component to render a header for the quoted message(reply) state of the MessageInput.

This is the default component provided to the prop InputReplyStateHeader on the Channel component.

Props#

overrides the value from ChannelContext
disabled#

True if channel is frozen and disableIfFrozenChannel is true.

Type
boolean

overrides the value from MessageInputContext
clearQuotedMessageState#

Function to clear "Add Quoted Reply" state from MessageInput component.

Type
function

overrides the value from MessageInputContext
resetInput#

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

Type
function

Did you find this page helpful?