Skip to main content

ChatSearchKeyDownListener

Callable

  • ChatSearchKeyDownListener(this: HTMLInputElement, ev: KeyboardEvent): void

  • 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.


    Parameters

    • this: HTMLInputElement
    • ev: KeyboardEvent

    Returns void