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

feat(mdTextFloat): Adds support for custom tabindex #845

Closed
wants to merge 1 commit into from

Conversation

marcysutton
Copy link
Contributor

With this change, developers can provide a custom tabindex on mdTextFloat and have it successfully copied to the child input. Here are the expectations for supporting this feature:

  • TabIndex supplied by developer should be copied to md-input or set to 0
  • TabIndex on md-input-group should be set to -1 for scripting focus

Known issue: disabled is not actually disabling textfields. Related: #654, #562

Closes Issues #583, #586 and PR #587

@googlebot
Copy link

CLAs look good, thanks!

@marcysutton
Copy link
Contributor Author

This depends on #848

@ajoslin
Copy link
Contributor

ajoslin commented Jan 8, 2015

Fixed via 60fcd6f

@ajoslin ajoslin closed this Jan 8, 2015
@marcysutton marcysutton deleted the wip-textfloat-tabindex branch January 8, 2015 19:21
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.

3 participants