I have standard mdl textfield input
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" id="search">
<label class="mdl-textfield__label" for="search"></label>
</div>
How to extend the width of mdl-textfield__input
when typing?