davidstutz / bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.
https://davidstutz.github.io/bootstrap-multiselect/
Other
3.66k stars 1.99k forks source link

Knockout - Reset button missing #1046

Open xNufarx opened 5 years ago

xNufarx commented 5 years ago

Hi,

I don't know if i'm using it bad, but it seems that the reset button is not working (not added in the DOM) when using with Knockout multiselect binding.

Here's a demo http://jsfiddle.net/Nufar/28nx0mhs/

Thanks in advance for your help :)

xNufarx commented 5 years ago

Ok i think i've found where is the issue, the rebuild methode don't call this.buildReset() so the reset button isn't rebuild.