File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The component will not assign a date value until a specific date is selected in
3232| Prop | Type | Description |
3333| :----------------------- | :-------------------------------------------- | :------------------------------------------------------------ |
3434| ` value ` | Date \| null | Date value |
35- | ` defaultDate ` | Date | Default date to display in picker before value is assigned |
35+ | ` initialBrowseDate ` | Date | Initial date to show in the calendar when no value is selected |
3636| ` min ` | Date | The earliest value the user can select |
3737| ` max ` | Date | The latest value the user can select |
3838| ` placeholder ` | string | Placeholder used when date value is null |
@@ -73,7 +73,7 @@ The component will not assign a date value until a specific date is selected in
7373| Prop | Type | Description |
7474| :----------------------- | :-------------------------------------------- | :--------------------------------------------------- |
7575| ` value ` | Date \| null | Date value |
76- | ` defaultDate ` | Date | Default Date to use |
76+ | ` initialBrowseDate ` | Date | Initial date to show in the calendar when no value is selected |
7777| ` min ` | Date | The earliest year the user can select |
7878| ` max ` | Date | The latest year the user can select |
7979| ` timePrecision ` | "minute" \| "second" \| "millisecond" \| null | Show a time picker with the specified precision |
You can’t perform that action at this time.
0 commit comments