Skip to content

Commit 9e06d6b

Browse files
committed
fix(combo): edited onBlur to trigger touched only in a specific scenario
1 parent ff7f921 commit 9e06d6b

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
@@ -1251,8 +1251,8 @@ export abstract class IgxComboBaseDirective implements IgxComboBase, AfterViewCh
12511251

12521252
/** @hidden @internal */
12531253
public onBlur() {
1254-
this._onTouchedCallback();
12551254
if (this.collapsed) {
1255+
this._onTouchedCallback();
12561256
this.validateComboState();
12571257
}
12581258
}

0 commit comments

Comments
 (0)