Error in link prop type when reordering list or select values
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3581431. -->
Reported by: [vipin.mittal18](https://www.drupal.org/user/319716)
Related to !853 !807
>>>
<p>Users experience an error when reordering lists, particularly with the link prop type. Additionally, if text is entered in the relative field of multi-values, previous rows are incorrectly updated.</p>
<p><strong>Steps to Reproduce:</strong></p>
<ol>
<li>Access the list with multi-value fields.</li>
<li>Enter text in the relative field of one of the multi-values. (Refer attached <a href="https://www.drupal.org/files/issues/2026-03-26/previous%20row%20update.mov">https://www.drupal.org/files/issues/2026-03-26/previous%20row%20update.mov</a>)</li>
<li>Attempt to reorder the list items. (Refer attached <a href="https://www.drupal.org/files/issues/2026-03-25/error%20in%20reordering.mov">https://www.drupal.org/files/issues/2026-03-25/error%20in%20reordering.mov</a>)</li>
<li>Observe that previous rows get updated incorrectly.</li>
</ol>
<p><strong>Actual Result:</strong></p>
<ul>
<li>An error is displayed when reordering the list.</li>
<li>When text is entered in the relative field of multi-values, previous row are updated incorrectly, which is not the intended behaviour.</li>
</ul>
<p><strong>Expected Result:</strong></p>
<ul>
<li>List items should reorder without any errors.</li>
<li>The system should only update rows that are filled or being updated, without affecting previous row.</li>
</ul>
<p><strong>Note</strong>: Similar rendering error occurs for Datetime as well and covered as part of this MR. <a href="https://git.drupalcode.org/project/canvas/-/merge_requests/807/diffs?commit_id=2926dde931f0de05478b616d6e304d0670a09a01">https://git.drupalcode.org/project/canvas/-/merge_requests/807/diffs?commit_id=2926dde931f0de05478b616d6e304d0670a09a01</a></p>
issue