Skip to content

Commit

Permalink
fixes typo in splitbutton (#14538)
Browse files Browse the repository at this point in the history
  • Loading branch information
navedqb authored Jan 15, 2024
1 parent d77e944 commit 0c28c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/splitbutton/splitbutton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type SplitButtonIconPosition = 'left' | 'right';
(keydown)="onDropdownButtonKeydown($event)"
[disabled]="disabled"
[attr.aria-label]="menuButtonProps?.['aria-label'] || expandAriaLabel"
[attr.aria-aria-haspopup]="menuButtonProps?.['aria-haspopup'] || true"
[attr.aria-haspopup]="menuButtonProps?.['aria-haspopup'] || true"
[attr.aria-expanded]="menuButtonProps?.['aria-expanded'] || isExpanded()"
[attr.aria-controls]="menuButtonProps?.['aria-controls'] || ariaId"
>
Expand Down

0 comments on commit 0c28c0c

Please sign in to comment.