<div class="textinput-content"> <ch5-textinput stretch="fixed" placeholder="FIXED stretch" ></ch5-textinput> </div> <div class="textinput-content"> <ch5-textinput stretch="content" placeholder="CONTENT stretch" ></ch5-textinput> </div> <div class="textinput-content"> <ch5-textinput stretch="width" placeholder="WIDTH stretch" ></ch5-textinput> </div>
.textinput-content{ width: 600px; height: 100px; border: 1px solid green; margin: 10px; }