diff --git a/src-ui/src/app/components/common/input/document-link/document-link.component.html b/src-ui/src/app/components/common/input/document-link/document-link.component.html index d02a1d3f4..79d5f1bab 100644 --- a/src-ui/src/app/components/common/input/document-link/document-link.component.html +++ b/src-ui/src/app/components/common/input/document-link/document-link.component.html @@ -16,7 +16,6 @@ placeholder="Search for documents" [notFoundText]="notFoundText" [multiple]="true" - bindLabel="title" bindValue="id" [compareWith]="compareDocuments" [trackByFn]="trackByFn" @@ -25,18 +24,21 @@ [typeahead]="documentsInput$" (change)="onChange(selectedDocuments)"> - - - - - - - {{document.title}} - + + + + + + + {{document.title}} + - - Loading... + + Loading... + + + {{document.title}} ({{document.created | customDate:'shortDate'}})