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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The p-radioButton component is not working properly when used inside a reacive form. When I check a radio, same radio are checked in other formArray.
No response
https://stackblitz.com/edit/github-ho4qhv7x?file=src%2Fapp%2Fapp.component.html
Primeflex: 3.3.1
19.0.7
v19
v22.13.0
Chrome 133
Click on a radiobutton You can see 2 radiobutton checked (the one you check and the same radiobutton on the other formarray)
Click on a radiobutton You can see 1 radiobutton checked (the one you check and the same radiobutton on the other formarray is not checked)
It seems to be a bug and even if both are checked in UI and checked="true", when I check value in TS, just one is set...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The p-radioButton component is not working properly when used inside a reacive form.
When I check a radio, same radio are checked in other formArray.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-ho4qhv7x?file=src%2Fapp%2Fapp.component.html
Environment
Primeflex: 3.3.1
Angular version
19.0.7
PrimeNG version
v19
Node version
v22.13.0
Browser(s)
Chrome 133
Steps to reproduce the behavior
Click on a radiobutton
You can see 2 radiobutton checked (the one you check and the same radiobutton on the other formarray)
Expected behavior
Click on a radiobutton
You can see 1 radiobutton checked (the one you check and the same radiobutton on the other formarray is not checked)
It seems to be a bug and even if both are checked in UI and checked="true", when I check value in TS, just one is set...
The text was updated successfully, but these errors were encountered: