RED-6262, use statid attr ids instead of label to generate input id.

This commit is contained in:
George 2023-02-23 21:38:56 +02:00
parent b23a56affb
commit a4f1379697

View File

@ -6,7 +6,7 @@
<div *ngFor="let attr of attributes" class="iqser-input-group w-300">
<iqser-dynamic-input
[formControlName]="attr.id"
[id]="attr.label.toLowerCase().replace(' ', '-') + '-input'"
[id]="'file-attribute-' + attr.id + '-input'"
[label]="attr.label"
[type]="attr.type"
[classList]="'w-300'"