-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 dropdown opened after losing focus #17352
Labels
area: material/autocomplete
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Oct 12, 2019
…n is stopped Fixes the autocomplete panel not closing if the user clicks outside on an element that stops propagation of the `click` event (e.g. a `mat-chip`). Fixes angular#17352.
mmalerba
pushed a commit
that referenced
this issue
Oct 19, 2019
…n is stopped Fixes the autocomplete panel not closing if the user clicks outside on an element that stops propagation of the `click` event (e.g. a `mat-chip`). Fixes #17352.
jelbourn
pushed a commit
that referenced
this issue
Nov 20, 2019
…n is stopped Fixes the autocomplete panel not closing if the user clicks outside on an element that stops propagation of the `click` event (e.g. a `mat-chip`). Fixes #17352.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jul 5, 2020
…n is stopped Fixes the autocomplete panel not closing if the user clicks outside on an element that stops propagation of the `click` event (e.g. a `mat-chip`). Fixes angular#17352.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Aug 21, 2020
…n is stopped Fixes the autocomplete panel not closing if the user clicks outside on an element that stops propagation of the `click` event (e.g. a `mat-chip`). Fixes angular#17352.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Jan 4, 2021
…ropagation is stopped Fixes the autocomplete panel not closing if the user clicks outside on an element that stops propagation of the `click` event (e.g. a `mat-chip`). Fixes angular#17352.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 14, 2021
…ropagation is stopped Fixes the autocomplete panel not closing if the user clicks outside on an element that stops propagation of the `click` event (e.g. a `mat-chip`). Fixes angular#17352.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Mar 19, 2022
…ropagation is stopped Fixes the autocomplete panel not closing if the user clicks outside on an element that stops propagation of the `click` event (e.g. a `mat-chip`). Fixes angular#17352.
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: material/autocomplete
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Reproduction
Steps to reproduce:
Expected Behavior
The dropdown should close, as the autocomplete lost the focus.
Actual Behavior
The autocomplete dropdown remains open.
Environment
The text was updated successfully, but these errors were encountered: