RED-6262, use statid attr ids instead of label to generate input id.
This commit is contained in:
parent
b23a56affb
commit
a4f1379697
@ -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'"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user