symfony-collection
symfony-collection copied to clipboard
small change for sortable
Hi,
Thanks for very usefull bundle. I had some troubles when I was using sortable options, becouse accidental mini-dragging buttons and inputs, made my whole container dragging, and I was unable to continue with clicking (eg. for adding item). We need very little change to adding to sortable options cancel: 'input, a'
with adding this to line 869
things go very, very good.
Regards
Hi there,
Did you try to use the drag_drop_options
option?
Something like:
drag_drop_options: {
cancel: 'input, a'
},
Cheers