Skip to content

Commit ef71a87

Browse files
committed
chore(combo): modifying existing commit
1 parent 97e25ff commit ef71a87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,6 @@ export abstract class IgxComboBaseDirective implements IgxComboBase, AfterViewCh
13481348
protected manageRequiredAsterisk(): void {
13491349
if (this.ngControl) {
13501350
this.inputGroup.isRequired = this.required;
1351-
this.comboInput.nativeElement.setAttribute('aria-required', this.required.toString());
13521351
}
13531352
}
13541353

0 commit comments

Comments
 (0)