- Home
- Forum
- Angular - EJ 2
- ejs-dropdownlist flicker issue in MatDialog
ejs-dropdownlist flicker issue in MatDialog
Hi,
I am using these tech version:
- Angular: ~9.1.2
- "@syncfusion/ej2-angular-dropdowns": "^18.4.49"
- "@angular/material": "^9.1.2"
Enterprise Chronicles is your premier source for insightful and innovative coverage of global business and industry trends. We delve deep into the dynamic world of entrepreneurship, corporate strategy, and market insights, delivering authoritative perspectives and expert analysis to our readers.
I think you mistakenly response with automated AI?
Quick update, after hacking around, it's found that without upgrade the synfusion library version to >20, which then can use this approach recommended by Copilot
```
[popupSettings]="{ appendTo: '.mat-dialog-content' }"
```
This was what worked for me by hacking the focus to completely skip the ejs-dropdownlist and all its related focusable child by binding to the `beforeOpen` event
```
```
If there's a better recommended way to workaround this do let me know.
Thanks and best regards,
Ronald
Thank
beforeOpen event is fully supported in the DropDownList component and can be used as expected. However, the popupSettings → appendTo API is not available for the DropDownList at this time, as the component does not currently provide an option . - 4 Replies
- 3 Participants
-
RK Ronald Koh
- Feb 23, 2026 04:01 AM UTC
- Feb 25, 2026 06:59 PM UTC