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 ed51673 commit 5557a76Copy full SHA for 5557a76
projects/igniteui-angular/src/lib/combo/combo.common.ts
@@ -1206,7 +1206,7 @@ export abstract class IgxComboBaseDirective extends DisplayDensityBase implement
1206
this.searchValue = '';
1207
if (!e.event) {
1208
this.comboInput?.nativeElement.focus();
1209
- } else if (this.comboInput?.nativeElement !== document.activeElement) {
+ } else {
1210
this._onTouchedCallback();
1211
this.updateValidity();
1212
}
0 commit comments