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?
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?