framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.13k stars 3.23k forks source link

Calendar disabled from parameter is off-by-one #3969

Open jacobg opened 2 years ago

jacobg commented 2 years ago

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:

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.

stale[bot] commented 2 years ago

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.

jacobg commented 2 years ago

bump