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

Fix: Removed the unnecessary aria-checked attribute and improved acce… #16554

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

Sergiorezende22
Copy link
Contributor

The event.preventDefault() was causing the screen reader to misinterpret the state of the radio button. I also removed the unnecessary aria-checked attribute, as it is redundant for a radio input element.

#16553

…ssibility by allowing the click event to be processed correctly without being blocked.
Copy link

vercel bot commented Oct 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Oct 15, 2024 11:07pm
primeng-v18 ⬜️ Ignored (Inspect) Visit Preview Oct 15, 2024 11:07pm

@mertsincan mertsincan linked an issue Nov 18, 2024 that may be closed by this pull request
@mertsincan
Copy link
Member

Thanks a lot!

@mertsincan mertsincan merged commit b939b29 into primefaces:master Nov 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component: RadioButton
2 participants