HomeServicesOfAmerica / styled-material-components

Styled Components implementation of Material Design
Other
71 stars 51 forks source link

fix(TextField): Implemented tabIndex #274

Closed ceciliamvrie closed 6 years ago

ceciliamvrie commented 6 years ago

Provided an optional tabIndex prop so the TextFields in forms can be tabbed through in a certain order

ceciliamvrie commented 6 years ago

Also requesting @danielstclair's opinion on this just incase if I missed any pitfalls

martahj commented 6 years ago

@ceciliamvrie Could you get @danieltisdale or @nataliaisabelle to QA this locally (either on your machine or theirs) as well?

danielstclair commented 6 years ago

I think this looks good. Any concerns here would be in the implementation side of things once we're using this tabIndex prop.

martahj commented 6 years ago

@danieltisdale has verbally approved this