-
Notifications
You must be signed in to change notification settings - Fork 6.8k
md-select tabindex issue #3474
Copy link
Copy link
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug, feature request, or proposal:
For
<md-select/>, tabindex attribute value is set to 0.What is the expected behavior?
tabindex should have the given value.
What is the current behavior?
It is rendering tabindex="0" when using
<md-select tabindex="6"></md-select>Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
Issue in the following lines: