Skip to content

Commit f676860

Browse files
committed
fix(combo): bypassing require logic applied by igxInput
1 parent b3f28e4 commit f676860

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/combo/combo.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<ng-content select="igx-hint, [igxHint]"></ng-content>
1010
</ng-container>
1111
<input igxInput #comboInput name="comboInput" type="text" [value]="displayValue" readonly
12+
[attr.required]="required"
1213
[attr.placeholder]="placeholder" [disabled]="disabled"
1314
role="combobox" aria-haspopup="listbox"
1415
[attr.aria-expanded]="!dropdown.collapsed" [attr.aria-controls]="dropdown.listId"

0 commit comments

Comments
 (0)