Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Autocomplete component does not stop the ESC key event propagating if the event was handled by the autocomplete #2931

Closed
borodaalex opened this issue May 20, 2015 · 0 comments
Assignees
Milestone

Comments

@borodaalex
Copy link

Suppose, you have md-autocomplete element inside md-dialog and type something inside md-autocomplete. You want to discard results of autocomplete and press esc button, but in this case dialog is closed.
I guess what needs to happen is the autocomplete component needs to stop the esc key event propagating if the event was handled by the autocomplete.

I've posted workaround in gitter.im/angular/material but it sounds like this should be handled within ngMaterial.

@ThomasBurleson ThomasBurleson modified the milestone: Backlog May 27, 2015
@robertmesserle robertmesserle modified the milestones: 0.10.1, Backlog Jul 6, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants