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 63a17e1 commit 33d9c6fCopy full SHA for 33d9c6f
src/index.ts
@@ -149,7 +149,7 @@ function focusFirstItem(details: Element) {
149
function sibling(details: Element, next: boolean): HTMLElement | null {
150
const options = Array.from(
151
details.querySelectorAll<HTMLElement>(
152
- '[role^="menuitem"]:not([hidden]):not([disabled]):not([aria-disabled="true"])'
+ '[role^="menuitem"]:not([hidden])'
153
)
154
155
const selected = document.activeElement
0 commit comments