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
- Angular: 22
- CDK/Material: 22
- Browser(s):
- Operating System (e.g. Windows, macOS, Ubuntu):
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