istvan-ujjmeszaros/bootstrap-duallistbox

Unable to disable double click move function

Closed this issue · 1 comments

I've went through all the properties for the library, and I don't see any way to disable the double click function. I've already set the MoveOnSelect to false, but that doesn't resolve the issue. I attempted to bind an event listener as a workaround, but it's still firing and moving the list item on double click. Perhaps I'm missing something, but I've done quiet a bit of research these last couple days and found no solutions for this.

Please disregard, I just found the answer by searching the issues section.. My intelesense didn't see the moveOnDoubleClick property, but it works. Here is the link for the update - #120