I\'m using Oleg\'s select2 demo, but I am wondering whether it would be possible to change the currently selected value in the dropdown menu.
For example, if the fou
this.$("#yourSelector").select2("data", { id: 1, text: "Some Text" });
this should be of help.