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 has been archived by the owner on Apr 12, 2024. It is now read-only.
I am sorry that I disturb you. I really have a doubt to ask you for sure. My question is when I added directive "ngModel" to any controls, there is generated 'tabindex=0' automatically.
The text was updated successfully, but these errors were encountered:
You're seeing tabindex generated because you're including the ngAria component. It will set a default tabindex for ng-model, currently (but will not override one if you supply your own).
Sorry for the late message on this, but ngAria actually is going a bit too far with tabindex. I have opened an issue to adjust the functionality, which you can reference here: #11500
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello Mr. @mhevery
I am sorry that I disturb you. I really have a doubt to ask you for sure. My question is when I added directive "ngModel" to any controls, there is generated 'tabindex=0' automatically.
The text was updated successfully, but these errors were encountered: