You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior:
i can't click selected date and reset end-date
Datepicker Version
[Version 2.6.4 ]
The text was updated successfully, but these errors were encountered:
willi-dev
changed the title
How to deselect start date after select startDate & endDate
How to deselect / reset selected date after select start-date & end-date
Sep 6, 2019
@willi-dev
if you checkout our console / dev-tools you will see that this behaviour is caused by css and not js. the pointer-events are set to none -> problem. you will need the value all here so you can select it.
and of course you put that only on the specific selected day class, not the datepicker__mont-day--disabled or otherwise all disabled dates will have a click handler.
Description
i want to deselect /reset end-date when i click on selected date (start-date & end-date) after i choose start-date & end-date.
Expected behavior:
selected date that i have select, can click and reset end-date selected (i see it in example in https://krystalcampioni.github.io/vue-hotel-datepicker/ )
Actual behavior:
i can't click selected date and reset end-date
Datepicker Version
[Version 2.6.4 ]
The text was updated successfully, but these errors were encountered: