No drag events on buttons? #1301
Unanswered
herronelou
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've been trying to implement a drag and drop feature to re-organize elements in my app, and have struggled for a bit trying to do it with flowbite-svelte components, as none of the events seemed to trigger (dragstart, drag, dragend, dragover, etc..).
Upon replacing my Flowbite Buttons with regular buttons, everything worked as expected., is it expected that Drag and Drop isn't supported on Flowbite components?
Beta Was this translation helpful? Give feedback.
All reactions