DualListBox icon indicating copy to clipboard operation
DualListBox copied to clipboard

Dual List Box plugin for jQuery and Bootstrap

Results 26 DualListBox issues
Sort by recently updated
recently updated
newest added

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.* ![image](https://user-images.githubusercontent.com/2101047/39294507-8d642cbe-4959-11e8-96d9-86ce755428b7.png)

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

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?