Open
Description
Reproduction
Use StackBlitz to reproduce your issue: https://stackblitz.com/edit/angular-uotl3m-yzo7qt
Steps to reproduce:
- Pick a date range in date picker.
- Modify the start date using the input with a date after the end date
- Modify the end date using the input with a date after the start date
Expected Behavior
The FormGroup is valid and not error message is show.
Actual Behavior
What behavior did you actually see?
The error message "Invalid start date" is show.
If you change the version of material from "^11.0.0" to "11.0.0" there is no problemr
Environment
- Angular: "^11.0.0
- CDK/Material: "^11.0.0
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): windows 10