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.
1 parent de6286b commit f55827aCopy full SHA for f55827a
projects/igniteui-angular/src/lib/combo/combo.common.ts
@@ -1218,7 +1218,7 @@ export abstract class IgxComboBaseDirective extends DisplayDensityBase implement
1218
/** @hidden @internal */
1219
public handleClosed() {
1220
this.closed.emit({ owner: this });
1221
- if(this.comboInput.nativeElement !== this.document.activeElement){
+ if(this.comboInput.nativeElement !== document.activeElement){
1222
this.validateComboState();
1223
}
1224
0 commit comments