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.
As it is currently written, ngAria is a bit too generous about adding tabindex="0" to elements. It adds the attribute to any element with ngModel or ngClick without checking whether it should actually do that. This includes buttons, inputs and other elements that might not need it. Adding unnecessary tabindex contributes to code bloat and is generally a poor practice.