Closed goors closed 6 months ago
Also, halfDay if true, you can go on and select from 6th to any day in the future. But 8th is kind of skipped, and it is disabled date.
As far as i can tell you can not have both, disabled days and bookings. This function is preventing that:
if (this.sortBookings.length === 0) {///}
will never fire since you got bookings. That is part of that method createHalfDayDates(_baseHalfDayDates)
I have check it again:
Result is disabled dates are gone because of that condition.
Only solution is to remove that and let that for loop fire always.
Background in that case looks wired if you have bookings and disabled dates. Since built is absolute and disabled div has background colour you can not see part of the bullet.
Hi @goors,
I didn't have time to expend on this project yet, or read y Do you were able to check what's wrong? do you have code to fix this that may respect back compatibility?
Hi @goors so can you give me some update on this?
Check my answer here https://github.com/ZestfulNation/vue-hotel-datepicker/issues/268
Describe the bug When bookings is present with disabledDates, disabled dates are not visible.
To Reproduce Steps to reproduce the behavior:
Expected behavior I should be able to see disabled dates and not be able to click on them.
Screenshots Disabled dates
Bookings
As you can see, when Bookings are present you see some disabled dates.