diff --git a/projects/common/models/elements/element.ts b/projects/common/models/elements/element.ts index 0d7c166bfcdc187ddb44a2091138c2636cf61fdf..02f6a09e9d3b96a6305518debdc6d97e0a6dfd76 100644 --- a/projects/common/models/elements/element.ts +++ b/projects/common/models/elements/element.ts @@ -159,7 +159,7 @@ function isInputElementProperties(blueprint: Partial<InputElementProperties>): b } export abstract class InputElement extends UIElement implements InputElementProperties { - label?: string = 'Beschriftung'; + label?: string = ''; value: InputElementValue = null; required: boolean = false; requiredWarnMessage: string = 'Eingabe erforderlich';