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
When selecting a radio button, the “aria-checked” tag is not set. It is expected that the “aira-checked” is set when selecting:
<input type="radio" class="p-radiobutton-input" value="Cheese" id="ingredient1" name="pizza" aria-checked="true" pc52="">
No response
https://v17.primeng.org/radiobutton
PrimeNG v17 (17.18.15) is being used with Angular v17. The issue also replicable on https://v17.primeng.org/radiobutton
18.2.8
v17 (LTS Only)
22.5.1
On selecting the radio button by clicking on label, the aria-checked property of the input[type="radio"] should set to "aria-checked = true"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When selecting a radio button, the “aria-checked” tag is not set. It is expected that the “aira-checked” is set when selecting:
<input type="radio" class="p-radiobutton-input" value="Cheese" id="ingredient1" name="pizza" aria-checked="true" pc52="">
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://v17.primeng.org/radiobutton
Environment
PrimeNG v17 (17.18.15) is being used with Angular v17. The issue also replicable on https://v17.primeng.org/radiobutton
Angular version
18.2.8
PrimeNG version
v17 (LTS Only)
Node version
22.5.1
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
On selecting the radio button by clicking on label, the aria-checked property of the input[type="radio"] should set to "aria-checked = true"
The text was updated successfully, but these errors were encountered: