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
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
What I'm trying to achieve is to drag the whole div with class .goal-box.
Inside that div I have several inputs, so I expect that everything should be draggable except for those inputs. But now I can only drag some sub-div named "header" of that div by specifying class on it or drag all the div with "draggable inputs"
So, what I wanted to find out, how can I specify ignore rule: drag all that container with .goal-box class, except for those items with ".some-imaginary-not-draggable" class inside of it.
Currently I'm doing the thing by specifying "relative" property on main div, and "absolute" on content.
But it would be a lot better to have just a ignore-class to use.
Currenlty, I expirience a problem with copying texts from inputs, which are located inside the grid.
How I can achieve the behavior?
And inside my goal-box component I have something like this:
Thanks
The text was updated successfully, but these errors were encountered: