Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

md-autocomplete directive does not support tabindex #2113

@mcnocopo

Description

@mcnocopo

md-autocomplete directive does not pass the tabindex to the "compiled" inner input element which seem be set to 0.

The following does not work

<md-autocomplete
    tabindex="3"
    ng-disabled="vm.user.isDisabled"
    ....

Any suggestions?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions