mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(overlays): focus overlay when presented (#20997)
fixes #19882, fixes #17126
This commit is contained in:
@ -216,6 +216,7 @@ export class Picker implements ComponentInterface, OverlayInterface {
|
||||
return (
|
||||
<Host
|
||||
aria-modal="true"
|
||||
tabindex="-1"
|
||||
class={{
|
||||
[mode]: true,
|
||||
|
||||
|
Reference in New Issue
Block a user