You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
`handleClick(event: MouseEvent)` | Handles `click` events on or within the dialog's root element.
426
426
`handleKeydown(event: KeyboardEvent)` | Handles `keydown` events on or within the dialog's root element.
427
427
`handleDocumentKeydown(event: Event)` | Handles `keydown` events on or within the document while the dialog is open.
428
+
`getSuppressDefaultPressSelector() => string` | Returns the selector string for elements that suppress the default dialog press action, such as pressing enter in a textarea.
429
+
`setSuppressDefaultPressSelector(selector: string)` | Customize the selector string to suppress the default dialog press action. An empty string indicates that no elements should suppress the default action.
0 commit comments