Skip to content
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: Accessibility error - Form Elements must have labels #7199

Open
donSan4o opened this issue Sep 17, 2024 · 0 comments
Open

Dropdown: Accessibility error - Form Elements must have labels #7199

donSan4o opened this issue Sep 17, 2024 · 0 comments
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA

Comments

@donSan4o
Copy link

Describe the bug

Message from axe DevTools for Chrome:
" Ensure every form element has a label

more informationLink opens in a new window
Element Location: input[value="Rome"]

To solve this problem, you need to fix at least (1) of the following:
Form element does not have an implicit (wrapped)
Form element does not have an explicit
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element has no placeholder attribute
Element's default semantics were not overridden with role="none" or role="presentation"
"

Reproducer

No response

System Information

primereact 10.8.3

Steps to reproduce the behavior

No response

Expected behavior

need to add 'aria-label' attr

@donSan4o donSan4o added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Sep 17, 2024
@melloware melloware 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 Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA
Projects
None yet
Development

No branches or pull requests

2 participants