Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 27, 2023
2 parents 0d2aac5 + a9f90ba commit 0a00cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/treeselect/treeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const TREESELECT_VALUE_ACCESSOR: any = {
</span>
</ng-container>
</div>
<div class="p-treeselect-trigger" role="button" aria-haspopup="tree" [attr.aria-expanded]="overlayVisible">
<div class="p-treeselect-trigger" role="button" aria-haspopup="tree" [attr.aria-expanded]="overlayVisible" [attr.aria-label]="'treeselect trigger'">
<ChevronDownIcon *ngIf="!triggerIconTemplate" [styleClass]="'p-treeselect-trigger-icon'" />
<span *ngIf="triggerIconTemplate" class="p-treeselect-trigger-icon">
<ng-template *ngTemplateOutlet="triggerIconTemplate"></ng-template>
Expand Down

0 comments on commit 0a00cfc

Please sign in to comment.