camohub / jquery-sortable-lists

jQuery plugin to sorting lists also the tree structures.
MIT License
209 stars 60 forks source link

Dropdown list cannot be selected #33

Closed caizhenxing closed 7 years ago

caizhenxing commented 7 years ago

@camohub if the list contains dropdown list, we cannot select the option from the dropdown list,

below is the example: https://jsfiddle.net/haiquan180/szmjhjok/

input also doesn't work.

could you help me? i really need dropdown, input to work.

camohub commented 7 years ago

You have at least two mistakes in the code. Look at documentation for required structure of items(there is one div not two on the first level) and also for ignoreClass option.