Skip to content

Commit 65c56cc

Browse files
committed
Add explicit description
1 parent 1b54464 commit 65c56cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/docs/+page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)