supraniti / Lean-Mean-Drag-and-Drop

Drag&Drop Sorting and Reordering script for complex nested structures
https://supraniti.github.io/Lean-Mean-Drag-and-Drop/
MIT License
117 stars 25 forks source link

What should we do if we use input element in container? #10

Closed hkaraoglu closed 6 years ago

hkaraoglu commented 7 years ago

What should we do when we use input element in draggable item? Below example, I added input element into one of draggable grid items, Then I want to click this input, but it is not clickable. Because your draggable item js code prevents me to click on it. How can I overcome this?

screen shot 2017-07-29 at 22 32 24

https://supraniti.github.io/Lean-Mean-Drag-and-Drop/

supraniti commented 7 years ago

add class 'lmdd-block' to the div element