HomeServicesOfAmerica / styled-material-components

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

fix(TextField): Add innerRef #277

Closed dekkofilms closed 6 years ago

dekkofilms commented 6 years ago

This adds in the the ability to pass a prop to the Text Field called inputRef, and uses it as the innerRef on the Input field itself.