Closed boydkr closed 4 years ago
It looks like this happens when it attempts to set the default focusTarget element as the first non-disabled child:
// default to first non disabled item
if (!focusTarget) {
focusTarget = element.querySelector('md-menu-item:not([disabled])').firstElementChild;
}
A workaround is manually assigning the '.md-menu-focus-target'
element
Fixed in #1129