We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95f16da + 9874a87 commit 8b405c2Copy full SHA for 8b405c2
projects/igniteui-angular/src/lib/grids/filtering/excel-style/excel-style-custom-dialog.component.ts
@@ -130,6 +130,7 @@ export class IgxExcelStyleCustomDialogComponent implements AfterViewInit {
130
this.grid.rootGrid ? this.grid.rootGrid.nativeElement : this.grid.nativeElement :
131
esf;
132
this.toggle.open(this._customDialogOverlaySettings);
133
+ this.overlayComponentId = this.toggle.overlayId;
134
}
135
136
public onClearButtonClick() {
@@ -141,6 +142,7 @@ export class IgxExcelStyleCustomDialogComponent implements AfterViewInit {
141
142
public closeDialog() {
143
if (this.overlayComponentId) {
144
this.overlayService.hide(this.overlayComponentId);
145
+ this.overlayComponentId = null;
146
} else {
147
this.toggle.close();
148
0 commit comments