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(select): add ability to cycle through options with arrow keys when closed #3313

Merged
merged 1 commit into from
Apr 22, 2017

Commits on Apr 12, 2017

  1. feat(select): add ability to cycle through options with arrow keys wh…

    …en closed
    
    * Adds the ability for users to select options by focusing on a closed `md-select` and pressing the up/down arrow keys.
    * Fixes a bug that prevents the selection from going to the first item in a `ListKeyManager`, if there were no previously-selected items.
    * Adds an extra null check to the `FocusKeyManager` to avoid issues where the focused item is cleared.
    
    Fixes angular#2990.
    crisbeto committed Apr 12, 2017
    Configuration menu
    Copy the full SHA
    d90b796 View commit details
    Browse the repository at this point in the history