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 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.