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

Conversation

shaunak1111
Copy link

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

…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)
  ...
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
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label May 2, 2017
@jelbourn
Copy link
Member

This is being worked on in #4544, the final approach will likely be a change in list-key-manager.

@jelbourn jelbourn closed this May 15, 2017
@shaunak1111 shaunak1111 deleted the Autocomplete-home-keys-bug-fix branch May 17, 2017 04:39
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autocomplete - HOME and END keys not working
3 participants