We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cc0d0 commit 1d08b9eCopy full SHA for 1d08b9e
src/jquery.multiselect.js
@@ -571,7 +571,7 @@
571
// show the menu, maybe with a speed/effect combo
572
$.fn.show.apply(menu, args);
573
574
- // select the first option
+ // select the first not disabled option
575
// triggering both mouseover and mouseover because 1.4.2+ has a bug where triggering mouseover
576
// will actually trigger mouseenter. the mouseenter trigger is there for when it's eventually fixed
577
this.labels.filter(':not(.ui-state-disabled)').eq(0).trigger('mouseover').trigger('mouseenter').find('input').trigger('focus');
0 commit comments