You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fixed] Error on opening dropdown without focusable items
When dropdown without focusable items (e.g. containing only divs to
display some content) is opened, exception is raised in
`DropdownMenu.focusNext()` method as `items[0]` is not defined.
This commit adds additional check in `focusNext()` method, skipping
focusing altogether if there are no focusable items.
0 commit comments