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 has been archived by the owner on Sep 5, 2024. It is now read-only.
To better align with native checkboxes, mdCheckbox components using ng-disabled should not have tabIndex=0. A native checkbox will not be part of the tab order when the disabled attribute is used. The Material Checkbox should have similar behavior.
@ThomasBurleson started PR #1168 for ng-disabled improvements for mdButton, but I wanted to capture the mdCheckbox tabindex issue. mdSwitch does not suffer from the same problem.
To better align with native checkboxes,
mdCheckbox
components usingng-disabled
should not havetabIndex=0
. A native checkbox will not be part of the tab order when thedisabled
attribute is used. The Material Checkbox should have similar behavior.@ThomasBurleson started PR #1168 for
ng-disabled
improvements formdButton
, but I wanted to capture themdCheckbox
tabindex issue.mdSwitch
does not suffer from the same problem.See the "mdCheckbox" section in this Codepen: http://codepen.io/marcysutton/pen/yyxREg
Compare it to this native checkbox Codepen: http://codepen.io/marcysutton/pen/GgxboO
The text was updated successfully, but these errors were encountered: