mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(overlays): trap focus inside overlay components except toast (#21716)
fixes #21647
This commit is contained in:
@ -35,6 +35,7 @@ export interface OverlayController {
|
||||
export interface HTMLIonOverlayElement extends HTMLStencilElement {
|
||||
overlayIndex: number;
|
||||
backdropDismiss?: boolean;
|
||||
lastFocus?: HTMLElement;
|
||||
|
||||
dismiss(data?: any, role?: string): Promise<boolean>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user