I\'m trying to get bootstrap-select working with Ember.js. Something about Ember\'s management of view objects that prevents it from working as intended.
JSFiddl
I also added this to make select2 selection react to selectionBinding changing:
_underlyingSelectionDidChange: Ember.observer((function() { this.$().select2('val', this.$().val().toString()); }), "selection.@each");