mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 18:44:14 +00:00
Removed label of a repeatable field when is added a new value.
This commit is contained in:
@@ -8,8 +8,8 @@ import {
|
||||
|
||||
export class TextareaFieldParser extends FieldParser {
|
||||
|
||||
public modelFactory(fieldValue: FormFieldMetadataValueObject | any): any {
|
||||
const textAreaModelConfig: DsDynamicTextAreaModelConfig = this.initModel();
|
||||
public modelFactory(fieldValue?: FormFieldMetadataValueObject | any, label?: boolean): any {
|
||||
const textAreaModelConfig: DsDynamicTextAreaModelConfig = this.initModel(null, label);
|
||||
|
||||
let layout: DynamicFormControlLayout;
|
||||
|
||||
|
Reference in New Issue
Block a user