Here is my select2 multiple select with ajax.
Initially i am setting some values in the initselection like this
initSelection : function (element, callba
In processResults method you need to add your initial data in return:
processResults
return
data.items[data.items.length] = initialdata; results: data.items
initialdata has to be in global/object scope.
initialdata