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

fix(mdTextField): set tabindex on input if set on mdTextFloat #587

Closed
wants to merge 1 commit into from
Closed

fix(mdTextField): set tabindex on input if set on mdTextFloat #587

wants to merge 1 commit into from

Conversation

mlibby
Copy link
Contributor

@mlibby mlibby commented Nov 9, 2014

This allows tabindex to be set on the initial mdTextFloat element and have it properly applied to the input element.

Closes: #583.

Because the template is changed, I can write tests once #586 is resolved (or I understand why the current spec's template is correct).

This allows tabindex to be set on the initial mdTextFloat
element and have it properly applied to the input element.

Closes: #583.
@ThomasBurleson
Copy link
Contributor

mdTextFloat is now a deprecated component; consider <md-input-container> usages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tabindex and mdTextFloat
2 participants