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 0173704 commit b79e1cdCopy full SHA for b79e1cd
projects/igniteui-angular/src/lib/combo/combo.component.html
@@ -13,7 +13,7 @@
13
role="combobox" aria-haspopup="listbox"
14
[attr.aria-expanded]="!dropdown.collapsed" [attr.aria-controls]="dropdown.listId"
15
[attr.aria-labelledby]="ariaLabelledBy || label?.id || placeholder"
16
- (blur)="onBlur()"/>
+ (blur)="onBlur()" />
17
<ng-container ngProjectAs="igx-suffix">
18
<ng-content select="igx-suffix"></ng-content>
19
</ng-container>
0 commit comments