Skip to content

Commit 316cf80

Browse files
committed
docs: date picker api fixes
1 parent 3063390 commit 316cf80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/lib/content/api-reference/calendar.api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const root = defineComponentApiSchema<CalendarRootPropsWithoutHTML>({
162162
}),
163163
disabled: defineBooleanProp({
164164
default: false,
165-
description: "Whether or not the accordion is disabled.",
165+
description: "Whether or not the calendar is disabled.",
166166
}),
167167
readonly: defineBooleanProp({
168168
description: "Whether or not the calendar is readonly.",

docs/src/lib/content/api-reference/date-picker.api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const root = defineComponentApiSchema<DatePickerRootPropsWithoutHTML>({
3838
title: "Root",
3939
description: "The root date picker component.",
4040
props: {
41-
value: calendarRoot.props!.value,
41+
value: dateFieldRoot.props!.value,
4242
onValueChange: calendarRoot.props!.onValueChange,
4343
open: defineBooleanProp({
4444
default: false,

0 commit comments

Comments
 (0)