Skip to content
Snippets Groups Projects
Commit 4dda98c4 authored by jojohoch's avatar jojohoch
Browse files

Fix the display of values of DropListSimpleElements

DragNDropValueObject no longer has the stringValue property
but a TextLabel with text
parent 1882688b
No related branches found
No related tags found
No related merge requests found
Pipeline #40469 passed
......@@ -53,12 +53,12 @@ import { DragNDropValueObject } from 'common/models/elements/element';
<div *cdkDragPreview
[style.font-size.px]="elementModel.styling.fontSize"
[style.background-color]="elementModel.styling.itemBackgroundColor">
{{value.stringValue}}
{{value.text}}
</div>
<div class="drag-placeholder" *cdkDragPlaceholder
[style.min-height.px]="elementModel.styling.fontSize">
</div>
{{value.stringValue}}
{{value.text}}
</div>
</ng-template>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment