mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
fix issue with date picker that didn't save the date entered manually
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
[startDate]="model.focusedDate"
|
[startDate]="model.focusedDate"
|
||||||
(blur)="onBlur($event)"
|
(blur)="onBlur($event)"
|
||||||
(dateSelect)="onChange($event)"
|
(dateSelect)="onChange($event)"
|
||||||
|
(change)="onChange($event)"
|
||||||
(focus)="onFocus($event)">
|
(focus)="onFocus($event)">
|
||||||
|
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
|
Reference in New Issue
Block a user