-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Allow for ngAria to ignore specific elements #14602
Comments
Can't you set the tabindex on the element yourself? |
Indeed, if it's only about the You could of course do it yourself :) Demo pen |
As it is an external plugin we would have to fork it or force a negative tabindex via DOM manipulation. Thanks for your codepen @gkalpak! We'll try that out once the ticket is due for completion :) |
Loosely related to #14672. |
I 100% agree with needing the ability to able to exclude specific elements from being enhanced by ngAria. I have recently built a complex, bar chart type layout, which has a |
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.
The text was updated successfully, but these errors were encountered: