Apparently, this typo leads to a bug with the select button - it is ON, but displayed as OFF, because it is unable to iterate through the classes that muse be set Co-authored-by: Anton Sankov <[email protected]>
@@ -58,7 +58,7 @@ function prvwidth() {
return this.$wrapper.width(this.privateHandleWidth + this.privateLabelWidth);
}
-function prvcontainerPosition(state = this.ope) {
+function prvcontainerPosition(state = this.options.state) {
this.$container.css('margin-left', () => {
const values = [0, `-${this.privateHandleWidth}px`];
if (this.options.indeterminate) {