I have an inline calendar where the date range can span a single day.
Is it possible to allow the end date to be selected as the same day as the start date with the Calendar view of DateRangePickerWrapper? In Storybook, nothing happens when selecting the same day. I can do it programmatically via a preset, but that makes for bad UX.
Yup! Just pass in minimumNights={0}.
That works! Thanks!
Most helpful comment
Yup! Just pass in minimumNights={0}.