fix(forms): correct radio input functionality#5506
fix(forms): correct radio input functionality#5506robwormald wants to merge 1 commit intoangular:masterfrom
Conversation
Radio values use the "checked" property to denote state, and use "value" property to write to model. Add separation between these two values. Fixes angular#5133, Fixes angular#3104
561b4e5 to
9fe61d1
Compare
|
ci not happy. I'm assigning this to @vsavkin since he's the most familiar with this part of the code base |
|
setting milestone beta.1. if we can get it in for 0 then great, otherwise it will be in beta.1 |
There was a problem hiding this comment.
Use looseIdentical from lang.ts
|
@vsavkin can you get this in ASAP when you return? I'm hearing several folks in the wild stuck on this. Thanks! |
|
👍 Just ran into this. Please fix :) |
|
👍 Still an issue in beta 1 would like to upvote this.... |
|
Ran into this. Would be really urgent to fix this... |
|
Replaced with #6877 |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Radio values use the "checked" property to denote state, and use
"value" property to write to model. Add separation between these two
values.
Fixes #5133, Fixes #3104