css
Description
sets the position of the icon in an inputType
string
Example
<Text icon="wxi-calendar" css="wx-icon-left" />
Details
By default, an icon is placed in the rightmost part of the Text control. To put an icon in the leftmost part of the input, use the "wx-icon-left" value of the css
property.
Related article: Customizing the position of the icon
Related sample: Text Inputs