a5hik / ng-sortable

AngularJS Library for Drag and Drop, supports Sortable and Draggable. Supports Touch devices.

Home Page:http://a5hik.github.io/ng-sortable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select Drop down inside ul leads to automatic drag

kapilpatwa93 opened this issue · comments

commented

I have a select drop down inside ul and If I click on the drop down and do not select any value and click outside list it leads to automatic drag of the element in which there is select drop down.

Workaround : add a class to the select drop down and check if the clicked element contains that class. but I had to make changes in ng-sortable.js which is not a good practice.

Please look at this issue.