DualListBox
DualListBox copied to clipboard
Dual List Box plugin for jQuery and Bootstrap
Hi All, please help me, with the last versions of Chrome and Firefox, this plugin doesn't work fine . You can test it from the official DEMO page http://geodan.github.io/duallistbox/sample-100.html The...
Plugin does not work with the latest browser versions
Hi, I followed the document. I'm using code as shown below: **In component.ts file, defined property like this:** ``` fes = [{ 'id': 'pp', 'name': 'pp' }, { 'id': 'bz',...
In official website example, I found options are not scrolled properly. Browser: Google Chrome Version > 62.0.3359.* 
This is my test data ``` [ { "index": 0, "name": "Peters Sloan", "selected": "selected" }, { "index": 1, "name": "Bailey Hoffman", "selected": "selected" }, { "index": 2, "name": "Christine...
* Fixed option to disable sort added onMoveLeft and onMoveRight callbacks: first argument evt, second argument array of moved elements fixes #6 fixes #19 fixes #9
I want to change the icon
How to load already value on right side, this docu lack some tutorials
I'm trying to populate the dual listbox with key value pairs instead of just single values. Any thoughts?