We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is one accessibility issues reported while testing with axe DevTools. PFB the issue details
Ensure select element has an accessible name
<select tabindex="-1" data-pc-section="select"><option value="" data-pc-section="option" selected="">Select a City</option></select>
Kindly look into this
https://stackblitz.com/edit/wmh9tz9q
System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 18.20.3 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.2.3 - /usr/local/bin/npm pnpm: 8.15.6 - /usr/local/bin/pnpm npmPackages: primereact: latest => 10.9.1 react: 18.3.1 => 18.3.1
No response
The text was updated successfully, but these errors were encountered:
@manu-mohan-code why are you reporting issue 1 again??? it was already fixed here: #7643
Sorry, something went wrong.
Please edit the description above and remove issue 1 entirely from this ticket...
@melloware I thought its a different implementation in this component. Thanks for pointing this out. I will update the description
No branches or pull requests
Describe the bug
There is one accessibility issues reported while testing with axe DevTools. PFB the issue details
Ensure select element has an accessible name
<select tabindex="-1" data-pc-section="select"><option value="" data-pc-section="option" selected="">Select a City</option></select>
Kindly look into this
Reproducer
https://stackblitz.com/edit/wmh9tz9q
System Information
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: