Skip to content

Commit

Permalink
fix(combo): fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zneeky committed Nov 5, 2024
1 parent 0173704 commit b79e1cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
role="combobox" aria-haspopup="listbox"
[attr.aria-expanded]="!dropdown.collapsed" [attr.aria-controls]="dropdown.listId"
[attr.aria-labelledby]="ariaLabelledBy || label?.id || placeholder"
(blur)="onBlur()"/>
(blur)="onBlur()" />
<ng-container ngProjectAs="igx-suffix">
<ng-content select="igx-suffix"></ng-content>
</ng-container>
Expand Down

0 comments on commit b79e1cd

Please sign in to comment.