FunctionsChatSearchKeyDownChatSearchKeyDown CallableChatSearchKeyDown(event: KeyboardEvent): booleanHandles the key presses while in the chat search screen. When the user presses enter, we launch the search query or save the temp options.@deprecatedSuperceded by the ChatSearchKeyDownListener, a keydown listener for <input type="search"> elementsParametersevent: KeyboardEventReturns boolean
Handles the key presses while in the chat search screen. When the user presses enter, we launch the search query or save the temp options.
Superceded by the ChatSearchKeyDownListener, a
keydown
listener for<input type="search">
elements