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.
2 parents 09139be + 0c95f66 commit 7140074Copy full SHA for 7140074
src/jquery.multiselect.js
@@ -140,7 +140,7 @@
140
var description = this.innerHTML;
141
var title = this.title === "" ? this.textContent : this.title;
142
var value = this.value;
143
- var inputID = 'ui-multiselect-' + (this.id || id + '-option-' + i);
+ var inputID = 'ui-multiselect-' + multiselectID + '-' + (this.id || id + '-option-' + i);
144
var isDisabled = this.disabled;
145
var isSelected = this.selected;
146
var labelClasses = [ 'ui-corner-all' ];
0 commit comments