Is there any way to load select2 to a default value without triggering the change event?
Currently, I am doing:
$('#mylist').val(2).trigger("change");
But this creates a delay where the user will at first see one option and then it will change, which is quite an annoyance.