fix issue with date picker that didn't save the date entered manually

This commit is contained in:
Giuseppe Digilio
2021-06-25 14:08:21 +02:00
parent fba5504dd9
commit a089e662fb

View File

@@ -19,6 +19,7 @@
[startDate]="model.focusedDate"
(blur)="onBlur($event)"
(dateSelect)="onChange($event)"
(change)="onChange($event)"
(focus)="onFocus($event)">
<div class="input-group-append">