Skip to content

Commit

Permalink
fix(splitbutton): Accessibility does not appear to work as documented #…
Browse files Browse the repository at this point in the history
  • Loading branch information
eece committed Oct 18, 2023
1 parent 815edb9 commit f91eee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/doc/splitbutton/accessibilitydoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ export class AccessibilityDoc {

code: Code = {
basic: `<p-splitButton
buttonProps="{'aria-label': 'Default Action'}"
menuButtonProps="{'aria-label': 'More Options'}"
[buttonProps]="{'aria-label': 'Default Action'}"
[menuButtonProps]="{'aria-label': 'More Options'}"
></p-splitButton>`
};
}

0 comments on commit f91eee8

Please sign in to comment.