Hello,
I'm trying to use example in this file: https://github.com/vuejs/vue/blob/dev/examples/select2/index.html
Works well, besides "multiple" option. Apparently vm.value gives only 1st entry.
I've tried to replace with $(vm.$el).val() on line 53, but the browser freezes, and have to kill the process.
Thank you.