You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a component that looks like this and I only want to swap the Answer between Question.
I've managed to swap the answer only, but when I drag the Answer it will pull both Question and Answer out.
How can I fix it to only make the visual for the dragging to be only Answer?
Here is my demo on https://codesandbox.io/s/quiz-swap-y9etz
P/s: I have tried using the draggable and filter
The text was updated successfully, but these errors were encountered:
I have a component that looks like this and I only want to swap the Answer between Question.


I've managed to swap the answer only, but when I drag the Answer it will pull both Question and Answer out.
How can I fix it to only make the visual for the dragging to be only Answer?
Here is my demo on https://codesandbox.io/s/quiz-swap-y9etz
P/s: I have tried using the draggable and filter
The text was updated successfully, but these errors were encountered: