Skip to content

Commit

Permalink
Merge branch 'w2p-105221_fix-value-pair-ids-not-being-unique-input-ty…
Browse files Browse the repository at this point in the history
…pe-list_contribute-7.2' into w2p-105221_fix-value-pair-ids-not-being-unique-input-type-list_contribute-7.6
  • Loading branch information
alexandrevryghem committed Aug 14, 2023
2 parents 404ccd9 + 4c419e1 commit a426eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,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
Expand Down

0 comments on commit a426eba

Please sign in to comment.