We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7561d commit ac77a0cCopy full SHA for ac77a0c
core/src/components/backdrop/backdrop.tsx
@@ -51,7 +51,6 @@ export class Backdrop implements ComponentInterface {
51
const mode = getIonMode(this);
52
return (
53
<Host
54
- tabindex="-1"
55
aria-hidden="true"
56
class={{
57
[mode]: true,
0 commit comments