-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
questionquestions from the communityquestions from the community
Description
Is your feature request related to a problem? Please describe.
Here is an reproducible example of my problem.
stackblitz editor
stackblitz fullscreen demo
- go to
stackblitz fullscreen demo
- drag
item 5
INTO thecontainer
below (container contains item11-20, has black-border) - Its "difficult" to do because
item 5
will interact with thecontainer-element
first. A jerky UX is prominent.
Describe the solution you'd like
I want to add a sorting_delay
to the container element ONLY. The default sorting behavior of all other items is awesome.
This sorting_delay
will give me enough time to interact with the container-items (item11-20) if needed/ wanted.
Describe alternatives you've considered
- Trying out a few options of the API did not get me anywhere yet.
- Also I have no clue how to apply options to an INDIVIDUAL draggable-item.
Additional context
please investigate stackblitz links above
wawyed
Metadata
Metadata
Assignees
Labels
questionquestions from the communityquestions from the community
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
waynevanson commentedon Aug 31, 2020
@andre-gois Is there any reason why you're not using the Angular bindings?
You need to select an element individually. You're currently selecting all elements that have
.nested-sortable
class. You'll need another variation to identify which elements to apply new sortables to.wawyed commentedon Mar 22, 2021
I came across a similar issue in my scenario. Is there a way that this could be looked into ? Thanks a lot.