-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown: aria-expanded attribute not present. #14850
Milestone
Comments
WTW-Steve-Martin
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Feb 21, 2024
mehmetcetin01140
added
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Feb 26, 2024
Same issue with TreeSelect and Calendar: #14358 |
Hi, Huge thanks for reporting the issue and raising other issues, this issue is a duplicate of #14832 and it's fixed already. Closing this one. |
cetincakiroglu
removed
the
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
label
Feb 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The Axe Dev Tools for Accessibility is reporting that the 'Required ARIA attributes must be provided'.
The aria-expanded attribute is set on an element to indicate if a control is expanded or collapsed, and whether or not the controlled elements are displayed or hidden.
An appropriate attribute is required.
Environment
Windows 10
Reproducer
No response
Angular version
17.2.1
PrimeNG version
17.7.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.18.0
Browser(s)
Chrome and Edge
Steps to reproduce the behavior
Axe Dev Tools for Accessibility
plug-in.Expected behavior
No response
The text was updated successfully, but these errors were encountered: