align
Description
specifies the alignment of a drop-down calendar relative to the input fieldType
string
Default value
"start" (the drop-down calendar aligns to the bottom left of the input)
Values
"start" | "center" | "end"
Example
<DatePicker align="center"/>
Related article: Aligning the calendar
Related sample: DatePicker