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.
It would be great if there was a flag/directive to apply to elements to exclude them from being altered by ngAria.
What is the current behavior?
We include a non-native element with ng-model (angular-ui/ui-select) which gets a tabindex="0" automatically added by ngAria. Since the actual input is encapsulated within the ng-model div, you'd have to tab twice to get to the element.