This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Allow for ngAria to ignore specific elements #14602
Closed
Description
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.