mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00

Also: - Converted the code to the standalone structure - Made DsoEditMetadataValueFieldLoaderComponent extend AbstractComponentLoaderComponent
8 lines
267 B
HTML
8 lines
267 B
HTML
<textarea [(ngModel)]="mdValue?.newValue.value"
|
|
[attr.aria-label]="(dsoType + '.edit.metadata.edit.value') | translate"
|
|
[dsDebounce]="300"
|
|
(onDebounce)="confirm.emit(false)"
|
|
class="form-control"
|
|
rows="5">
|
|
</textarea>
|