We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e7428c + b2d2ac5 commit 52eef14Copy full SHA for 52eef14
projects/igniteui-angular/src/lib/combo/combo.component.ts
@@ -1307,6 +1307,7 @@ export class IgxComboComponent extends DisplayDensityBase implements IgxComboBas
1307
* @hidden @internal
1308
*/
1309
public ngOnDestroy() {
1310
+ this.destroy$.next();
1311
this.destroy$.complete();
1312
this.comboAPI.clear();
1313
this.selection.clear(this.id);
0 commit comments