camohub / jquery-sortable-lists

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

Editable input inside li tag #28

Closed maxotov closed 8 years ago

maxotov commented 8 years ago

Hello! Thank you for plugin. And i have quesion. How to make editable elements such as input text inside li? When i click to input, doesn't focus.

camohub commented 8 years ago

You have to add ignoreClass on that input.

maxotov commented 8 years ago

Thanks a lot.