select-multiple
select-multiple copied to clipboard
"An awesome user-friendlier drop-in replacement for the standard select with multiple attribute activated.
I use Chrome. Assuming that I pressed SpaceBar, then the blue cover dismissed(unselected), then I pressed Up/Down, but the selected item will be the first one or the last one......
Thank you for your efforts on this library~That's so cool. However,I met a problem when I used the 'addOption'. Case1 `list.forEach(function (element, index) { $("#my-select").append(""+element+""); }); $('#my-select').selectMultiple(); ` Case2 `$('#my-select').selectMultiple('addOption',{value:"elem_"+index,text:element});`...
(I'm using latest version of Google Chrome) Pressing down arrow makes the slection randomly jump to the top. Here in this screencast, I just keep pressing down key: http://www.screencast.com/users/Mojodk/folders/Snagit/media/8272a34a-d2c2-441c-a419-2fdd794d807b/embed
Hi, I'm having an issue using the optgroup, Seems like the group label is being rendered, but its children aren't. https://jsfiddle.net/5764t8xu/ Am I doing something wrong ?
I am trying to add CI using node js karma and karma-jasmine with semaphoreci. Because, I dont have a very good skill for nodejs. I would appreciate some help on...