-
Notifications
You must be signed in to change notification settings - Fork 6.8k
bug(COMPONENT): MatDatePicker #33740
Copy link
Copy link
Open
Labels
area: material/datepickergemini-triagedLabel noting that an issue has been triaged by geminiLabel noting that an issue has been triaged by geminineeds triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Description
Activity
Metadata
Metadata
Assignees
Labels
area: material/datepickergemini-triagedLabel noting that an issue has been triaged by geminiLabel noting that an issue has been triaged by geminineeds triageThis issue needs to be triaged by the teamThis issue needs to be triaged by the team
Is this a regression?
The previous version in which this bug was not present was
No response
Description
MatDatePicker with Signal Forms keeps on showin matDatepickerParse error if delete with keyboard a valid date un char at the time.
Reproduction
StackBlitz link:
Steps to reproduce:
1.
2.
Expected Behavior
Bind the control to a value.
Select or enter a valid date.
Erase the just entered date.
The forms has invalid()==false
Actual Behavior
Bind the control to a value.
Select or enter a valid date.
Erase the just entered date.
The forms has invalid()==true
Environment