bootstrap-duallistbox icon indicating copy to clipboard operation
bootstrap-duallistbox copied to clipboard

Add scroll position return on select1. Add optgroup capability for s…

Open Guy--L opened this issue 9 years ago • 2 comments

…electing and filtering.

Guy--L avatar Jun 13 '15 18:06 Guy--L

Any update on this? I have a need for optgroups and I dont think hacking them in is the most elegant way :c

DeanMW avatar Nov 17 '15 14:11 DeanMW

This pull request worked great, just needed to add double quotes in a few places to get OptGroup labels with spaces to work.

Lines 136 and 220

136

var grpin = list.find('optgroup[label="' + label + '"]');

220

var grpin = select.find('optgroup[label="' + label + '"]');

ivannovak avatar Aug 10 '16 16:08 ivannovak