File tree Expand file tree Collapse file tree
docs/src/lib/content/api-reference Expand file tree Collapse file tree Original file line number Diff line number Diff 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." ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments