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

Double Arrow Not Working After DualListBox is re-initialized #62

Open
csm-aut opened this issue Feb 19, 2015 · 2 comments
Open

Double Arrow Not Working After DualListBox is re-initialized #62

csm-aut opened this issue Feb 19, 2015 · 2 comments

Comments

@csm-aut
Copy link

csm-aut commented Feb 19, 2015

Hi, I encountered an issue. I programmatically added options to the duallistbox. Everything working as expected. I then re-initialized it using

duallist.html('');

and re-populated the options. I then filtered the list and clicked the double arrow. This time, all the entries (included the filtered ones) were moved to the right column. This seems to be a bug? The double arrow was working as expected until I re-initialized the duallistbox.

@csm-aut csm-aut changed the title Double Arrow Not Working After DualListBox is re-initialize Double Arrow Not Working After DualListBox is re-initialized Feb 19, 2015
@bejmuller
Copy link

I can confirm this behavior. After calling refresh on the dualListbox, the "move all" button is no longer taking the filters into account.

@MarsTify
Copy link

MarsTify commented Jul 27, 2023

Hi, I encountered an issue. I programmatically added options to the duallistbox. Everything working as expected. I then re-initialized it using

duallist.html('');

and re-populated the options. I then filtered the list and clicked the double arrow. This time, all the entries (included the filtered ones) were moved to the right column. This seems to be a bug? The double arrow was working as expected until I re-initialized the duallistbox.

Hi, I had the same issue too. Did you fixed it?

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

No branches or pull requests

3 participants