Merge branch 'w2p-105221_fix-value-pair-ids-not-being-unique-input-type-list_contribute-7.2' into w2p-105221_fix-value-pair-ids-not-being-unique-input-type-list_contribute-7.6

This commit is contained in:
Alexandre Vryghem
2023-08-14 16:48:46 +02:00

View File

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