We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Bug
panelClosingActions doesn't emit an event for when the autocomplete is closed due to the escape key
panelClosingActions
if (event.keyCode === ESCAPE && this.panelOpen) { this._escapeKeyStream.next(); } // ... get panelClosingActions(): Observable<MdOptionSelectionChange> { return merge( this.optionSelections, this.autocomplete._keyManager.tabOut, this._outsideClickStream, this._escapeKeyStream ); }
https://plnkr.co/edit/R0CPBfwzKS54o5Fd7fsx?p=preview
#3334 (comment)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
kara
Successfully merging a pull request may close this issue.
Bug, feature request, or proposal:
Bug
Current
panelClosingActions
doesn't emit an event for when the autocomplete is closed due to the escape keyExpected
What are the steps to reproduce?
https://plnkr.co/edit/R0CPBfwzKS54o5Fd7fsx?p=preview
What is the use-case or motivation for changing an existing behavior?
#3334 (comment)
The text was updated successfully, but these errors were encountered: