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

fix(datepicker): add stricter checks on dates validity #1442

Closed
wants to merge 1 commit into from
Closed

fix(datepicker): add stricter checks on dates validity #1442

wants to merge 1 commit into from

Conversation

pkozlowski-opensource
Copy link
Member

Fixes #1230

BREAKING CHANGE:

Datepickers in popups are much stricter about valid dates
now and won't try to auto-correct invalid dates any more.
For example 2017-99-99 was considered valid previously and
auto-corrected. This is not the case any more. Please check
control's validity to detect invalid dates entered by users.

Fixes #1230

BREAKING CHANGE:

Datepickers in popups are much stricter about valid dates
now and won't try to auto-correct invalid dates any more.
For example 2017-99-99 was considered valid previously and
auto-corrected. This is not the case any more. Please check
control's validity to detect invalid dates entered by users.
@pkozlowski-opensource pkozlowski-opensource added this to the 1.0.0-alpha.23 milestone Apr 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants