Picklist: Item is placed at negative index in event.target
#7402
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
I stumbled onto this strange behavior where moving an item from source -> target, repositioning the item, moving it back to source, and then trying to re-order the target list results in the target array having
undefined
values and items placed at negative indexes, like-1
.Reproducer
https://stackblitz.com/edit/jcwsy5
System Information
Steps to reproduce the behavior
https://www.youtube.com/watch?v=Af6HkscZiUs
Expected behavior
The items are positioned correctly and
event.target
is accurateThe text was updated successfully, but these errors were encountered: