Skip to content

Conversation

@hiteshramola
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants