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 c1669d2 commit 1c12bc0Copy full SHA for 1c12bc0
tools/shared/src/focusable-selectors.ts
@@ -24,7 +24,7 @@ const focusables = [
24
'[contenteditable]:not([contenteditable="false"]):not([inert])',
25
'details>summary:first-of-type:not([inert])',
26
'details:not([inert])',
27
- '[focusable]', // custom dev use-case
+ '[focusable]:not([focusable="false"])', // custom dev use-case
28
];
29
30
const userFocuable = ':not([tabindex="-1"])';
0 commit comments