css
Description
changes the position of the icon in the inputType
string
Example
<DateRangePicker value={new Date()} css="wx-icon-left" />
Details
To place the "wxi-calendar" icon to the leftmost part of the input, use the "wx-icon-left" value of the property.
Related article: Customizing position of the icon
Related sample: DateRangePicker