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

fix(cdk/listbox): scroll active option into view when using aria-activedescendant #29722

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. fix(cdk/listbox): scroll active option into view when using aria-acti…

    …vedescendant
    
    When the CDK listbox has `useActiveDescendant` enabled, it won't focus the individual options so they won't be scrolled into the view automatically. This change adds a manual call to scroll them in instead.
    
    Fixes angular#28989.
    crisbeto committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b17672e View commit details
    Browse the repository at this point in the history