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 36fe7f1 commit 491efcaCopy full SHA for 491efca
core/src/components/backdrop/backdrop.tsx
@@ -51,6 +51,7 @@ 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