You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 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.
The text was updated successfully, but these errors were encountered: