My select2 dropdown contains the following two options:
Carbon
Stainless
I can manually put one option into its container with:
var myoption = 'Carbon'
$(TabTagBox).val([myoption]).trigger('change.select2');
But what is the correct syntax for using the above line with append?