tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Make Textfield render children #326

Closed Download closed 8 years ago

Download commented 8 years ago

Currently, the Textfield component does not render it's children. I've found that that gives me issues sometimes where I really want my element (Icon etc) to appear inside the <div class="mdl-textfield">...</div> instead of next to it.

Changing this seems easy. Would you be open for a PR?