Skip to content

Commit

Permalink
Merge pull request primefaces#15753 from tri-harmoney/issue-15710
Browse files Browse the repository at this point in the history
fix(splitbutton): 15710 fix aria expanded issue
  • Loading branch information
cetincakiroglu authored May 30, 2024
2 parents db21d9d + 2d09197 commit cd1fcfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/splitbutton/splitbutton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ type SplitButtonIconPosition = 'left' | 'right';
[appendTo]="appendTo"
[showTransitionOptions]="showTransitionOptions"
[hideTransitionOptions]="hideTransitionOptions"
(onHide)="isExpanded.set(false)"
></p-tieredMenu>
</div>
`,
Expand Down

0 comments on commit cd1fcfc

Please sign in to comment.