I am using the select2 control, loading data via ajax. This requires the use of the tag.
Now, I want to retrieve the selecte
This one is working fine using V 4.0.3
var vv = $('.mySelect2'); var label = $(vv).children("option[value='"+$(vv).select2("val")+"']").first().html(); console.log(label);