You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| default-value | optional, default date of the calendar | Date | anything accepted by `new Date()`| β |
158
-
| default-time | optional, the time value to use when selecting date range | Date[]| Array with length 2, each item is a Date. The first item for the start date and then second item for the end date | β |
157
+
| default-value | optional, default date of the calendar | Date / [Date, Date]| β| β |
158
+
| default-time | optional, the time value to use when selecting date range | Date / [Date, Date]| Array with length 2, each item is a Date. The first item for the start date and then second item for the end date | β |
159
159
| value-format | optional, format of binding value. If not specified, the binding value will be a Date object | string | see [date formats](/en-US/component/date-picker#date-formats)| β |
160
-
| id | same as `id` in native input | string / array(string) | String `id="my-date"` or array `:id="['my-range-start', 'my-range-end']"` for date range |-|
160
+
| id | same as `id` in native input | string / array(string) | String `id="my-date"` or array `:id="['my-range-start', 'my-range-end']"` for date range |β|
161
161
| name | same as `name` in native input | string | β | β |
162
162
| unlink-panels | unlink two date-panels in range-picker | boolean | β | false |
0 commit comments