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
Copy file name to clipboardExpand all lines: src/components/calendar/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,11 @@
20
20
"prop": "valueAsDate",
21
21
"description": "Returns a `Date` object for the v-model instead of a `YYYY-MM-DD` string"
22
22
},
23
+
{
24
+
"prop": "initialDate",
25
+
"version": "2.7.0",
26
+
"description": "When a `value` is not specified, sets the initial calendar month date that will be presented to the user. Accepts a value in `YYYY-MM-DD` format or a `Date` object. Defaults to the current date (or min or max if the current date is out of range)"
27
+
},
23
28
{
24
29
"prop": "disabled",
25
30
"description": "Places the calendar in a non-interactive disabled state"
Copy file name to clipboardExpand all lines: src/components/form-datepicker/package.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,11 @@
28
28
"prop": "resetValue",
29
29
"description": "When the optional `reset` button is clicked, the selected date will be set to this value. Default is to clear the selected value"
30
30
},
31
+
{
32
+
"prop": "initialDate",
33
+
"version": "2.7.0",
34
+
"description": "When a `value` is not specified, sets the initial calendar month date that will be presented to the user. Accepts a value in `YYYY-MM-DD` format or a `Date` object. Defaults to the current date (or min or max if the current date is out of range)"
35
+
},
31
36
{
32
37
"prop": "disabled",
33
38
"description": "Places the calendar in a non-interactive disabled state"
Copy file name to clipboardExpand all lines: src/components/form-timepicker/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
},
37
37
{
38
38
"prop": "showSeconds",
39
-
"description": "When true, shows the seconds spinbutton. If `false` the seconds spin button will not be shown and the seconds portion of hte time will always be `0`"
39
+
"description": "When true, shows the seconds spinbutton. If `false` the seconds spin button will not be shown and the seconds portion of the time will always be `0`"
Copy file name to clipboardExpand all lines: src/components/time/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
},
18
18
{
19
19
"prop": "showSeconds",
20
-
"description": "When true, shows the seconds spinbutton. If `false` the seconds spin button will not be shown and the seconds portion of hte time will always be `0`"
20
+
"description": "When true, shows the seconds spinbutton. If `false` the seconds spin button will not be shown and the seconds portion of the time will always be `0`"
0 commit comments