jakeb16

Results 2 comments of jakeb16

I had the wrong code pin linked its here https://codepen.io/jakeb16/pen/bGLRjPQ

Updating applyDisabledfilters with this at the end seems to fix the issue `// update Selectpicker else if (self.settings.plugins && self.settings.plugins['chosen-selectpicker']) { self.$el.find(QueryBuilder.selectors.rule_filter).trigger('chosen:updated'); }` I'll see about how to propose a...