-
Notifications
You must be signed in to change notification settings - Fork 6.8k
MatAutocompleteTrigger.panelClosingActions emmiting even if the panel isn't being closed #8763
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
Labels
P4
A relatively minor issue that is not relevant to core functions
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 2, 2017
…m a closed autocomplete Fixes the `MatAutocompleteTrigger.panelClosingActions` emitting when the user tabs away from an autocomplete that was closed already. Fixes angular#8763.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 2, 2017
…m a closed autocomplete Fixes the `MatAutocompleteTrigger.panelClosingActions` emitting when the user tabs away from an autocomplete that was closed already. Fixes angular#8763.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Dec 10, 2017
…m a closed autocomplete Fixes the `MatAutocompleteTrigger.panelClosingActions` emitting when the user tabs away from an autocomplete that was closed already. Fixes angular#8763.
andrewseguin
pushed a commit
to andrewseguin/components
that referenced
this issue
Dec 19, 2017
…m a closed autocomplete (angular#8774) Fixes the `MatAutocompleteTrigger.panelClosingActions` emitting when the user tabs away from an autocomplete that was closed already. Fixes angular#8763.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Bug, feature request, or proposal:
Bug?
What is the expected behavior?
MatAutocompleteTrigger.panelClosingActions should emmit only upon a closing panel action
What is the current behavior?
It's emmiting a
void
when the input is focused and the user hittab
key to leave it, even if the panel is already closed.What are the steps to reproduce?
https://stackblitz.com/edit/autocomplete-force-selection
Open the Developer Tools, select the input and hit tab. It will emmit an undefined.
Is there anything else we should know?
I'm not sure if it's covered by #8533 (haven't taken a look at the code)
cc @crisbeto
The text was updated successfully, but these errors were encountered: