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): voidParameters:
| 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