-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add dateFrom, dateTo validation to CalendarDay #3002
Conversation
🦋 Changeset is good to goLatest commit: dc24376 We got this. This PR includes changesets to release 28 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
To complete this task we need to properly implement a limited range on the This is blocked on upgrading to v8 of the react-day-picker library (see #2922). |
3ffa404
to
3dbd671
Compare
…ystonejs/keystone into calendar-day-range-validation
@timleslie I'm not sure when you mean by: "To complete this task we need to properly implement a limited range on the Filter component." The input is validated if the range is |
6a0f8f7
to
5ec5f7d
Compare
Implements Proposal 1 from #2922
Still very WIP, currently breaks the admin UI. Needs a whole stack of tests to be written.