Knockout/Select2: Triggering select2 to update based on an observable option updating
问题 When upgrading from Knockout.js 2.x to 3.x, I've noticed this not working: I have a screen where I have a <select> depending on an observable array of observables, and I wrap the <select> with a Select2 wrapper. Now, it used to be that when one of the option observables was updated, the select would update. And that is still the case. But I can't get the Select2 binding to update properly at the same time. I'm using the binding handlers recommended by the Select2 Github page: ko