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>
|
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. |
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