diff --git a/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/input-element-properties.component.ts b/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/input-element-properties.component.ts index e2c37ca742f563d99c1f57f364c15368277acacf..ad80acfa8ae9f7d2838e1e2b5afb5e7995544553 100644 --- a/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/input-element-properties.component.ts +++ b/projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/input-element-properties.component.ts @@ -8,7 +8,9 @@ import { UIElement } from 'common/models/elements/element'; template: ` <fieldset *ngIf="combinedProperties.required !== undefined" class="fx-column-start-stretch"> <legend>Eingabeelement</legend> - <mat-form-field *ngIf="combinedProperties.label !== undefined" appearance="fill"> + <mat-form-field *ngIf="combinedProperties.label !== undefined && + combinedProperties.type !== 'drop-list'" + appearance="fill"> <mat-label>{{'propertiesPanel.label' | translate }}</mat-label> <textarea matInput type="text" [value]="$any(combinedProperties.label)"