Skip to content

Commit

Permalink
Update showMinMaxRange description
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jan 26, 2025
1 parent 26c71b3 commit e116dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/calendar/calendar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ interface CalendarBaseProps {
*/
showMillisec?: boolean | undefined;
/**
* Whether to allow navigation past min/max dates.
* Controls whether navigation beyond minimum and maximum dates is restricted. When true, navigation is limited to the min/max date range.
* @defaultValue false
*/
showMinMaxRange?: boolean | undefined;
Expand Down

0 comments on commit e116dd4

Please sign in to comment.