Interface: PropsRangeRequired
Defined in: src/types/props.ts:632
The props when the range selection is required.
See
https://daypicker.dev/docs/selection-modes#range-mode
Properties
disabled?
Defined in: src/types/props.ts:635
excludeDisabled?
optional
excludeDisabled:boolean
Defined in: src/types/props.ts:641
When true
, the range will reset when including a disabled day.
Since
V9.0.2
max?
optional
max:number
Defined in: src/types/props.ts:649
The maximum number of days to include in the range.
min?
optional
min:number
Defined in: src/types/props.ts:647
The minimum number of days to include in the range.
mode
mode:
"range"
Defined in: src/types/props.ts:633
onSelect?
optional
onSelect:OnSelectHandler
<DateRange
>
Defined in: src/types/props.ts:645
Event handler when a range is selected.
required
required:
true
Defined in: src/types/props.ts:634
selected
selected:
undefined
|DateRange
Defined in: src/types/props.ts:643
The selected range.