Precisely account for required buttons in a radio group.
As part of processing the name attribute for a radio button, it is added to the current radio button group. For buttons that are additionally "required", that leads to double accounting for the group's count of such required buttons, as the radio button group doesn't keep track what has been registered as "required" already or not. Address by having the button group track the registered "required" state of its members/buttons. R=keishi,tkent BUG= Review URL: https://codereview.chromium.org/1632493002 Cr-Commit-Position: refs/heads/master@{#371476}
Showing
Please register or sign in to comment