Describe the bug
When radio button is an element inside ds-dynamic-form-array duplicated element is not working correctly - selection change a value in the first element but value is visible only in the last element of the ds-dynamic-form-array
To Reproduce
Steps to reproduce the behavior:
- Select something from radio button
- Duplicate row
- Try to select something from first or last radio button:

Expected behavior
Selection should work correctly in each row.
Related work
Fix for that in DSpace repository:
DSpace#4331