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

Autocomplete home keys bug fix #4365

Closed
wants to merge 2 commits into from
Closed

Autocomplete home keys bug fix #4365

wants to merge 2 commits into from

Commits on May 2, 2017

  1. Merge branch 'master' of https://github.com/angular/material2 into Au…

    …tocomplete-home-keys-bug-fix
    
    * 'master' of https://github.com/angular/material2: (165 commits)
      fix(tabs): remove forRoot that was missed (#4328)
      fix(core): export MdOptionSelectionChange (#4285)
      fix(tabs): animation error with nested tab groups (#4315)
      fix: remove deprecated forRoot functions (#3539)
      refactor: move away from deprecated apis (#3836)
      Use correct focus overlay for raised buttons (#3822)
      chore(a11y): remove unnecessary `ActiveDescendantKeyManager` constructor (#4290)
      fix(select): tab opening multiple select and space scrolling page (#4210)
      fix(checkbox): no side margin if label has no content (#2121)
      docs(ripple): add section about global options (#4239)
      fix(select): unable to hide via visibility (#4264)
      chore: add CanDisable mixin to checkbox, radio-group, slide-toggle, and (#4209)
      chore: add MdCommonModule for all components (#4208)
      fix: add camelCase selectors for cdk directives (#4054)
      fix: allow users to disable the sanity checks (#4178)
      chore(autocomplete): remove unused startWith import (#4288)
      docs(getting-started): mention import order for BrowserModule (#4291)
      fix(dialog): close all dialogs on popstate/hashchange (#2742)
      fix(ripple): explicit type for global ripple options (#4240)
      fix(ripple): global ripple configuration on init (#4238)
      ...
    shaunak1111 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    ec7db6b View commit details
    Browse the repository at this point in the history
  2. fix(autocomplete): HOME and END keys default behaviour

    Implements the default behaviours for HOME and END keys and their combinations with other keys on input fields.
    The same behaviour is replicated in angular1 material autocomplete.
    
    Closes #3496
    shaunak1111 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    659d1d8 View commit details
    Browse the repository at this point in the history