-
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
fix(material/autocomplete): allow overlay backdrop by setting hasBackdrop
option
#30631
fix(material/autocomplete): allow overlay backdrop by setting hasBackdrop
option
#30631
Conversation
d89d3ce
to
f1b5dc5
Compare
31db0f1
to
2cea4f0
Compare
hasBackdrop
option
@crisbeto : Seems |
I'll add it before merging the change in. |
…drop option Currently when we open the panel, backdrop is not allowed and is not inline with `mat-select`, `mat-menu`, etc. This fix will align autocomplete with those components and give an option to configure it. Fixes angular#30457
8b6b28e
to
284976e
Compare
I didn't verify this, but I am currently experiencing issues as described in #26484 and seem to be resolved when the backdrop is added. I believe this would also fix #26484 and #30416? As I've seen this is not added to a 19.x.x but to https://github.com/angular/components/releases/tag/20.0.0-next.2 Would it be possible to pick this also into a 19.x.x release? |
@crisbeto maybe you can help me with that? |
…drop option (angular#30631) Currently when we open the panel, backdrop is not allowed and is not inline with `mat-select`, `mat-menu`, etc. This fix will align autocomplete with those components and give an option to configure it. Fixes angular#30457
Will be cherry-picked by #30715. |
* fix(material/select): close panel on detach output event (#30634) * fix(material/autocomplete): allow overlay backdrop by setting hasBackdrop option (#30631) Currently when we open the panel, backdrop is not allowed and is not inline with `mat-select`, `mat-menu`, etc. This fix will align autocomplete with those components and give an option to configure it. Fixes #30457 --------- Co-authored-by: DavidACCarvalho <85346154+DavidACCarvalho@users.noreply.github.com> Co-authored-by: Karan Mistry <karan.mistry@siemens.com>
Currently when we open the panel, backdrop is not allowed and is not inline with
mat-select
,mat-menu
, etc. This fix will align autocomplete with those components and give an option to configure it.Fixes #30457