Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / ot-br-posix / repo / third_party / mdl / repo / src / textfield / snippets / textfield-expanding.html
1 <!-- Expandable Textfield -->
2 <form action="#">
3   <div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable">
4     <label class="mdl-button mdl-js-button mdl-button--icon" for="sample6">
5       <i class="material-icons">search</i>
6     </label>
7     <div class="mdl-textfield__expandable-holder">
8       <input class="mdl-textfield__input" type="text" id="sample6">
9       <label class="mdl-textfield__label" for="sample-expandable">Expandable Input</label>
10     </div>
11   </div>
12 </form>