mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 14:03:06 +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"
|
||||
(blur)="onBlur($event)"
|
||||
(dateSelect)="onChange($event)"
|
||||
(change)="onChange($event)"
|
||||
(focus)="onFocus($event)">
|
||||
|
||||
<div class="input-group-append">
|
||||
|
Reference in New Issue
Block a user