Binding select2 with knockout
I'm new to knockout and trying to get my select2 to play nicely with my knockout bindings. All I want to do is bind accounts array to my select2 (this works) and then have the initial value set when the binding occurs. I for some reason can not get this to work. Also noticed that the init and update function get called initially, but anytime I change the value of the select2 dropdown, the update function is not being triggered. Any help would be appreciated. HTML <div class="col-sm-12 col-md-3"> <fieldset class="form-group"> <label data-bind="attr:{for:'job'+laborDetailId()}">Job</label>