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(list-key-manager): remove handling for home and end keys #4544

Merged

Commits on May 20, 2017

  1. fix(list-key-manager): remove handling for home and end keys

    * Removes the handling for the home and end keys from the ListKeyManager since their usage isn't as generic as the arrow keys.
    * Adds the home and end key handling to the select specifically.
    * Reworks the Autocomplete, ListKeyManager and ChipList tests to use the `createKeyboardEvent`, instead of making their own fake keyboard events.
    * Adds a `target` parameter to the `createKeyboardEvent` function, allowing us to define the event target.
    
    Fixes angular#3496.
    crisbeto committed May 20, 2017
    Configuration menu
    Copy the full SHA
    3cf0f7d View commit details
    Browse the repository at this point in the history