Open jacobg opened 2 years ago
Take a look at the demo at: https://framework7.io/docs/calendar#date-range The "Disabled Dates" field is backed by code that says:
disabled: { from: today, to: weekLater }
However, in the demo, today is enabled, and only tomorrow begins the disabled dates. So it looks like an off-by-one bug.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
bump
Describe the bug
Take a look at the demo at: https://framework7.io/docs/calendar#date-range The "Disabled Dates" field is backed by code that says:
However, in the demo, today is enabled, and only tomorrow begins the disabled dates. So it looks like an off-by-one bug.