Multi-value Integer/Number Prop Reordering Resets Automatically
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3582219. -->
Reported by: [vipin.mittal18](https://www.drupal.org/user/319716)
Related to !827 !835
>>>
<p><strong>Steps to Reproduce</strong>
</p><ol>
<li>Add a component that includes a multi-value prop of type Integer or Number.</li>
<li>Enter multiple values in the prop field (e.g., 1, 2, 3, 4).</li>
<li>Attempt to reorder the values (e.g., drag and move 4 to the first position).</li>
<li>Observe the order after the reordering action is completed.</li>
</ol>
<p><strong>Actual Result<br>
</strong>The reordered values do not persist. The list resets back to its original order automatically.</p>
<p><strong>Expected Result<br>
</strong>The reordered values should persist in the updated order after the user rearranges them.</p>
issue