primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
9.53k stars 4.47k forks source link

Split Button: Aria Label not correctly working #15342

Closed tomhuber96 closed 1 week ago

tomhuber96 commented 2 weeks ago

Describe the bug

The ButtonProps and MenuButtonProps are not correctly defined and cannot be used currently.

They define a property 'ariaLabel', but in the code in is accessed as 'aria-label'. The same problem exists for the other properties of MenuButtonProps.

For reference see:

I tested it in v17.13, but as you see in the links above, it should still exist in 17.14.1.

Environment

I am using angular 17

Reproducer

No response

Angular version

17

PrimeNG version

17.13.0

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

10

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response