Skip to content

Commit 40020d7

Browse files
committed
fix(combo): edited onBlur to trigger touched only in a specific scenario
1 parent add1213 commit 40020d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/combo/combo.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,8 +1258,8 @@ export abstract class IgxComboBaseDirective extends DisplayDensityBase implement
12581258

12591259
/** @hidden @internal */
12601260
public onBlur() {
1261-
this._onTouchedCallback();
12621261
if (this.collapsed) {
1262+
this._onTouchedCallback();
12631263
this.validateComboState();
12641264
}
12651265
}

0 commit comments

Comments
 (0)