I\'m trying to programmatically clear a drop down using the fantastic Select2 library. The drop down is dynamically filled with a remote ajax call using the Select2 qu
qu
I'm a little late, but this is what's working in the last version (4.0.3):
$('#select_id').val('').trigger('change');