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.
#
Propsoverrides 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 |