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
I've implemented the select component in several forms and was wondering why tabindex isn't following my order. A look inside the select component's template explained me why - there's a tabindex hardcoded to 1 inside.
Please remove the tabindex in this place or change it to a property. Otherwise a developer has no change to implement own tabindex.
thanks a lot for your work!
The text was updated successfully, but these errors were encountered:
I've implemented the select component in several forms and was wondering why tabindex isn't following my order. A look inside the select component's template explained me why - there's a tabindex hardcoded to 1 inside.
Please remove the tabindex in this place or change it to a property. Otherwise a developer has no change to implement own tabindex.
thanks a lot for your work!
The text was updated successfully, but these errors were encountered: