mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-02-17 18:57:40 +01:00
Fix iconDisplay binding syntax in metadata viewer (#2772)
this once again shows the date selector in the develop branch
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user