SplitButton contains a typo on "aria-haspopup" attribute #14533
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
In file src/app/components/splitbutton/splitbutton.ts the "aria-haspopup" attribute has a typo - implemented as "aria-aria-haspopup". Pretty basic and straightforward to fix.
Environment
Bug in source code. Can also be seen at primeng.org/splitbutton by inspecting the component.
Reproducer
No response
Angular version
N/A
PrimeNG version
17.0.5
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
N/A
Browser(s)
No response
Steps to reproduce the behavior
Simply inspect the split button component. Axe and WAVE scans highlight the invalid aria attribute on this component.
Expected behavior
Aria attribute does not have a typo that means it is flagged by accessibility tests.
The text was updated successfully, but these errors were encountered: