Input Icons
Icons can be easily added to the left of an item-input
input. Simply add an icon before the <input>
. By default the icon will take the color of label text. However, you can also use add placeholder-icon
to give it a placeholder color.
<divclass="list list-inset"><labelclass="item item-input"><iclass="icon ion-search placeholder-icon"></i><inputtype="text"placeholder="Search"></label></div>