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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Make sure the checked attribute is set correctly for:
- checkboxes with string and integer models using ngTrueValue /
ngFalseValue
- radios with integer models
- radios with boolean models using ngValue
Fixesangular#10389Fixesangular#10212
Narretz
added a commit
to Narretz/angular.js
that referenced
this issue
Feb 8, 2015
Make sure the checked attribute is set correctly for:
- checkboxes with string and integer models using ngTrueValue /
ngFalseValue
- radios with integer models
- radios with boolean models using ngValue
Fixesangular#10389Fixesangular#10212
Narretz
added a commit
to Narretz/angular.js
that referenced
this issue
Feb 8, 2015
Make sure the checked attribute is set correctly for:
- checkboxes with string and integer models using ngTrueValue /
ngFalseValue
- radios with integer models
- radios with boolean models using ngValue
Fixesangular#10389Fixesangular#10212
Make sure the checked attribute is set correctly for:
- checkboxes with string and integer models using ngTrueValue /
ngFalseValue
- radios with integer models
- radios with boolean models using ngValue
Fixesangular#10389Fixesangular#10212
Make sure the checked attribute is set correctly for:
- checkboxes with string and integer models using ngTrueValue /
ngFalseValue
- radios with integer models
- radios with boolean models using ngValue
Fixes#10389Fixes#10212
Checkbox components using
ng-true-value
andng-false-value
are not computing the correctaria-checked
value.See this thread from Angular Material: angular/material#882 (comment)
Example code:
When the checkbox is toggled to the off position using these attributes, the
aria-checked
property is set totrue
. It should be false.The text was updated successfully, but these errors were encountered: