105265: Made the DsDynamicListComponent's checkbox & radio buttons ids unique for each metadata field to prevent other value-pairs having the same id

This commit is contained in:
Alexandre Vryghem
2023-08-14 15:54:19 +02:00
parent e4f483c308
commit 4c419e1eee

View File

@@ -128,7 +128,7 @@ export class DsDynamicListComponent extends DynamicFormControlComponent implemen
(v) => v.value === option.value));
const item: ListItem = {
id: value,
id: `${this.model.id}_${value}`,
label: option.display,
value: checked,
index: key