no message
This commit is contained in:
parent
dd9461bc7a
commit
c7c7255e19
|
@ -7,7 +7,6 @@
|
||||||
<h5 *ngIf="fieldSet.extendedDescription && !isChild" class="col-12">
|
<h5 *ngIf="fieldSet.extendedDescription && !isChild" class="col-12">
|
||||||
<i>{{fieldSet.extendedDescription}}</i>
|
<i>{{fieldSet.extendedDescription}}</i>
|
||||||
</h5>
|
</h5>
|
||||||
{{propertiesFormGroup?.get(field.id).value | json}}
|
|
||||||
<mat-form-field *ngSwitchCase="descriptionTemplateFieldTypeEnum.FREE_TEXT" class="col-12">
|
<mat-form-field *ngSwitchCase="descriptionTemplateFieldTypeEnum.FREE_TEXT" class="col-12">
|
||||||
<input matInput [formControl]="propertiesFormGroup?.get(field.id).get('textValue')" placeholder="{{(field.data.label) + (isRequired? ' *': '')}}" [required]="isRequired">
|
<input matInput [formControl]="propertiesFormGroup?.get(field.id).get('textValue')" placeholder="{{(field.data.label) + (isRequired? ' *': '')}}" [required]="isRequired">
|
||||||
<mat-error *ngIf="propertiesFormGroup?.get(field.id).get('textValue').hasError('backendError')">{{propertiesFormGroup?.get(field.id).get('textValue').getError('backendError').message}}</mat-error>
|
<mat-error *ngIf="propertiesFormGroup?.get(field.id).get('textValue').hasError('backendError')">{{propertiesFormGroup?.get(field.id).get('textValue').getError('backendError').message}}</mat-error>
|
||||||
|
|
Loading…
Reference in New Issue