kuhnroyal/mat-datetimepicker

PatchValue on reactive forms not setting value

JadedEric opened this issue · 3 comments

Hi.

I'm running into an issue where .patchValue(..) on my form's not setting the value in the datetimepicker display in the front-end and I'm unsure way, as the value is definitely in the form:

image

however, in the front-end, nothing:

image

I'm on Angular 10, with the latest update on Material.

Same issue, but if i use MatMomentDatetimeModule instead MatNativeDatetimeModule - all work fine.

I think my latest PR fixes this issue, feel free to patch it locally to test it out #285

fixed in v0.9.36.