<GlobalSearchBox>
Note: The search functionality is only available on the TalkJS Growth plan and above.
The <GlobalSearchBox> component displays a text input which lets the user enter a search query.
Props passed to the GlobalSearchBox theme component.
A collection of objects which are passed to all ConversationList theme components.
Marks the given message ID or conversation ID as the currently selected search result.
globalSearchBoxProps.cancel()
Cancels the current search
Returns
In the default theme, the <GlobalSearchBox> component is implemented as follows:
GlobalSearchBox.jsJavaScript1// loading...