HomeServicesOfAmerica / styled-material-components

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

Added missing name attribute to Area component #275

Closed darkdark87 closed 6 years ago

darkdark87 commented 6 years ago

I wasn't able to control textarea through the TextField component, because of a missing name attribute on the Area component. This PR contains the missing attribute.