Open hiteshramola opened 5 years ago
What was happening is once we select one option in one of the multiselect box it was then hidden from it as expected to work. But when we search for the element in the same box it shows up Now I have added condition
if(!jQuery(rowcache[i]).is('.ms-elem-selectable.ms-selected'))
to be able to work with multiselect plugin. (https://github.com/lou/multi-select)
What was happening is once we select one option in one of the multiselect box it was then hidden from it as expected to work. But when we search for the element in the same box it shows up Now I have added condition
if(!jQuery(rowcache[i]).is('.ms-elem-selectable.ms-selected'))
to be able to work with multiselect plugin. (https://github.com/lou/multi-select)