Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added condition to be able to work with multiselect plugin #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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