-
Hello everyone, I'm working on migrating from v8 and noticed something when using "range" Also when looking at the If this change is intentional, I'm struggling to understand how it’s useful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@melkras I believe the feature you are looking for is behind the <DayPicker mode="range" min={1} /> https://daypicker.dev/docs/selection-modes#min-and-max-dates-1 When setting the "minimum nights" to |
Beta Was this translation helpful? Give feedback.
@melkras not sure I understand correctly your requirements. It looks like you want users click twice on the same day, before confirming the want a range made up of the same day.
in this case you will need to control the selection with the
selected
prop: