Skip to content

OpenDialogOptions.onKeyUp method

OpenDialogOptions › onKeyUp

Unofficial

Callback invoked when a key is released in the dialog.

Signature:

onKeyUp(e: KeyboardEvent, value: string, callback: (value: unknown) => void): void

Parameters:

Parameter Type Description
e KeyboardEvent The keyboard event.
value string The current input value.
callback (value: unknown) => void The callback to invoke with the result.

Returns: void