Skip to content

Commit

Permalink
Update property-input.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
heinerwalter authored Oct 15, 2024
1 parent 51d9557 commit 03eb62c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,12 @@
</pe-select-input>
</ng-container>

<ng-container *ngIf="configuration.propertyType == 'button'">
<button ngb-btn [id]="configuration.propertyName || id"
[disabled]="!readonly && !configuration.isEditable(data, mode)"
[text]="configuration.getLabel(data, mode)"
(click)="onButtonClick($event)">
</pe-select-input>
</ng-container>

</ng-container>

0 comments on commit 03eb62c

Please sign in to comment.