Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cdk-experimental/menu): add roving tab index to menu items #20235

Merged
merged 1 commit into from
Aug 12, 2020

Commits on Aug 7, 2020

  1. feat(cdk-experimental/menu): add roving tab index to menu items

    The element under focus has a tab index of 0 while all others are set to -1. As other elements come
    into focus, the previous elements tab index is reset to -1 and the newly focused element has a tab
    index set to 0.
    andy9775 committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    f397d54 View commit details
    Browse the repository at this point in the history