-
-
Notifications
You must be signed in to change notification settings - Fork 172
Description
Is your feature request related to a problem? Please describe.
problem is old - stackoverflow https://stackoverflow.com/questions/75351327/vue-datepicker-range-in-back
The problem is that range picker tries to select dates in the past, when expectation is to allow selection only in future. Also when date in the past is clicked - startDate should be reselected and endDate to be selected
Describe the solution you'd like
after selecting startDate, dragging mouse in the past won't activate cells/turn them to be in-range, because then cells have a new color. Also when clicking day before selected startDate, restart the selection making new day in the past as startDate and endDate to be selected
Describe alternatives you've considered
Tried to play around with fixedStart, but it won't make dates in-range have different background color while hovering/choosing what to select