quicksearch icon indicating copy to clipboard operation
quicksearch copied to clipboard

Added condition to be able to work with multiselect plugin

Open hiteshramola opened this issue 6 years ago • 0 comments

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)

hiteshramola avatar Nov 12 '19 09:11 hiteshramola