Skip to main content
Version: 8.10.1

Type alias: DaySelectionMode

DaySelectionMode: "single" | "multiple" | "range" | "default"

Selection modes supported by DayPicker.

  • single: use DayPicker to select single days.
  • multiple: allow selecting multiple days.
  • range: use DayPicker to select a range of days
  • default: disable the built-in selection behavior. Customize what is selected by using DayPickerBase.onDayClick.

Source​

src/types/DayPickerBase.ts:44