Sortable drop down menu items sticking in DOM, rendering page unusable #5681
Unanswered
chrissysemens
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was going to raise this as a bug, but I realise we're not on the latest version of React Select and are not currently in a position to upgrade at the moment, so I've raised this as a discusson to see if anyone has any ideas for fixes our side.
We're currently using v3.10.
We have a draggable select component used for re-ordering the options. It works most of the time but often the items will get stuck and the component ends up in a state like this:
The array output from the moveHandler is fine. On inspecting the DOM, you can see that the stuck item has a transform: translate3d, that the other menu items do not.
Anyone got ideas what could be causing this, or any ideas on a solution until we upgrade.
Many Thanks.
Chrissy
Beta Was this translation helpful? Give feedback.
All reactions