mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(inputs): keyboard focus improvements (#16838)
fixes #16815 fixes #16872 fixes #13978 fixes #16610
This commit is contained in:
@@ -190,6 +190,8 @@ export class ActionSheet implements ComponentInterface, OverlayInterface {
|
||||
|
||||
hostData() {
|
||||
return {
|
||||
'role': 'dialog',
|
||||
'aria-modal': 'true',
|
||||
style: {
|
||||
zIndex: 20000 + this.overlayIndex,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user