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
Wow, @mhagnumdw you saved me another full-day of debugging this issue, thanks!
In my case, I have the date picker in a popup window. Upon first selecting a date & time, everything displays fine. When reopening the popup, the values are saved, but only the date is showing up - no time.
Moving input AFTER mat-datetimepicker solved it instantly.
If the input is placed before mat-datetimepicker* the time only appears when clicking on the input.
If it is placed after mat-datetimepicker* everything works normally.
Versions:
Angular: 6.1.8
@mat-datetimepicker/core: 2.0.1
@mat-datetimepicker/moment: 2.0.1
The text was updated successfully, but these errors were encountered: