InputGiphySearch
Component to render a header for the editing state of the MessageInput
.
This is the default component provided to the prop InputGiphySearch
on the Channel
component.
Props
overrides the value from MessageInputContext additionalTextInputProps
Additional props provided to the underlying TextInput within MessageInput
.
Type |
---|
Object |
overrides the value from ChannelContext disabled
True if channel is frozen and disableIfFrozenChannel is true.
Type |
---|
Boolean |
overrides the value from MessageInputContext cooldownEndsAt
The time at which the active cool-down will end.
Type |
---|
Date |
overrides the value from MessageInputContext setGiphyActive
Setter function for giphyActive
Type |
---|
(isActive) => void |
overrides the value from MessageInputContext setShowMoreOptions
Setter function for showMoreOptions
.
Type |
---|
(showMoreOptions) => void |