isaacHagoel / svelte-dnd-action

An action based drag and drop container for Svelte
MIT License
1.77k stars 106 forks source link

Integration with Material-UI components #360

Closed 99bits closed 2 years ago

99bits commented 2 years ago

Hi Isacc, thank you for this amazing project.

Is it possible to use material-ui components (Input, Button, Select ) as draggable row items in your crazy nested example? https://svelte.dev/repl/fe8c9eca04f9417a94a8b6041df77139?version=3.46.4

Edit: I managed to add Input and Button but Select doesn't seem to work. MaterialUI

isaacHagoel commented 2 years ago

I think it is possible. Have you tried?

On Sat, Mar 5, 2022, 12:33 99bits @.***> wrote:

Hi Isacc, thank you for this amazing project.

Is it possible to use material-ui components (Input, Button, etc. ) as draggable row items in your crazy nested example? https://svelte.dev/repl/fe8c9eca04f9417a94a8b6041df77139?version=3.46.4

— Reply to this email directly, view it on GitHub https://github.com/isaacHagoel/svelte-dnd-action/issues/360, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE4OZC473FBIOZ77GO6SFLLU6K2XPANCNFSM5P67ENMA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

99bits commented 2 years ago

I tried it with Button and Input and it works fine but with Select, it just display the list of choices instead of a drop down box.

isaacHagoel commented 2 years ago

Repl pls

On Sun, Mar 6, 2022, 13:40 99bits @.***> wrote:

I tried it with Button and Input and it works fine but with Select, it just display the list of choices instead of a drop down box.

— Reply to this email directly, view it on GitHub https://github.com/isaacHagoel/svelte-dnd-action/issues/360#issuecomment-1059882207, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE4OZCZOBJ3NZOC7JS7IGJ3U6QLKJANCNFSM5P67ENMA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

99bits commented 2 years ago

I got it working in REPL today.
Perhaps something went wrong in my dev environment.