Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply strict month & year selection limits. #317

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Milesjpool
Copy link

Currently months and years may be selected outside of the provided min-date/max-date range. This makes for bad UX as, at the high-level, a user cannot see the extent of the valid range.

This PR adds a behavour.date.strictDateLimits option, which applies the min/max date selection limits more strictly, at the month and year levels.

Limitations:

  • this only considers min/max limits and does not account for specifically disabled or enabled dates. A month could still be selected where all days are disabled.
  • Empty months & years can still be selected, e.g. by navigating horizontally through months, or changing the year with an invalid month selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant