Fix iconDisplay binding syntax in metadata viewer (#2772)

this once again shows the date selector in the develop branch
This commit is contained in:
WorldTeacher
2026-02-17 05:02:21 +01:00
committed by GitHub
parent 5559576537
commit 91400b5350

View File

@@ -515,7 +515,8 @@
dateFormat="dd-M-yy"
size="small"
[showIcon]="true"
iconDisplay="input"
[iconDisplay]="'input'"
appendTo="body"
[style]="{ 'width': '125px', 'font-size': '12px' }">
</p-datepicker>
<p-button rounded icon="pi pi-check" size="small" severity="success" text (onClick)="saveDateFinished(book)" [pTooltip]="t('saveDate')"></p-button>