ampersand-bootstrap-multiselect-view
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -25,7 +25,8 @@ /*global window*/ | ||
SelectView.prototype.render.call(this); | ||
this.preRenderBsPluginCb(); | ||
$(this.select).multiselect(this.bsMultiselectOptions); | ||
if (this.select && [ true, 'multiple' ].indexOf(this.multiple) > -1) { | ||
this.select.setAttribute('multiple', 'multiple'); | ||
$(this.select).multiselect('rebuild'); | ||
} | ||
this.preRenderBsPluginCb(); | ||
$(this.select).multiselect(this.bsMultiselectOptions); | ||
return this; | ||
@@ -32,0 +33,0 @@ }, |
@@ -51,3 +51,3 @@ { | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10635
206