aforemny/material-components-web-elm

Draggable list Items

Closed this issue · 1 comments

Are there any plans to support reordering of List elements via dragging? I'm currently trying to combine this library with DnDList and the mouse interactions are biting each other.

When setNonInteractive == False, I the I get a drag event (showing the spacer), but no reordering happens. No ghost appears and the event counter on from elm-app start jumps by several thousand events.

When setNonInteractive == True, just nothing happens.

I have no clue where to start. Has anybody tried something similar? Or can anybody give me some pointers how to debug something like that?

Ok. I tried it in ellie and it works. Error has to be on my side. If anyone is interested:
Ellie