Paxee (Alex)

Results 6 comments of Paxee (Alex)

Any news on this?

Oh man, I'm waiting for this feature like I'm waiting for Christmas to get a present... lol

Hi guys, I tested this and discovered that after moving a draggable with the keyboard other keyboard interactions and things broke, for example input fields losing focus automatically. Apparently adding...

Yes @gsovereignty , you need to also install dexie and setup your db (see db-fixture.ts file), this is just a solidjs wrapper for creating reactive live queries.

Hey Martin, thanks for the fast response, I found an ugly workaround which seems to work without touching the lib - using this inline style on the sortable element for...

Update: `const [state]: any = useDragDropContext(); // Get the state` solution 1. via class: ``` // Toggle the class based on condition classList={{ "opacity-25": sortable.isActiveDraggable, "transition-active": state.active.draggableId && sortable.transform, }}...