You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Plunkr Case (Bug Reports)**
https://stackblitz.com/edit/primeng-radiobutton-demo-xj3pfd?file=src/app/app.component.html
**Current behavior**
Using PrimeNG 10.0.0 and model driven forms the radiobutton component is not un-checking the radiobutton when another radiobutton gets checked. The value in the form gets changed correctly.
**Expected behavior**
Only the currently checked radiobutton should be rendered as checked.
**Minimal reproduction of the problem with instructions**
A simple example is found in the stackblitz above.
A simple formgroup with only one property is created at init. Then there's 2 radiobuttons to change the testvalue. Checking the first radio works fine. Checking the other radio also sets the correct value, but the first radio is still checked.
Using ngModel works fine.
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Tested in Chrome, Safari
The text was updated successfully, but these errors were encountered:
[X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
The text was updated successfully, but these errors were encountered: