You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear the date and time in any segment. For example, set the day to 12 and then try to clear it using the clear button. The input resets, but the incompleteDate validation remains true.
Description
The clear button currently resets the minError and maxError, but it doesn't reset the
incompleteDateValidation
of the component.Steps To Reproduce
Screenshots or video
Workaround
Reset the incompleteDateValidation manually on null dates:
https://stackblitz.com/edit/angular-epfd9ttb-mgj1tm2v
The text was updated successfully, but these errors were encountered: