Closed
Description
In Select2 v4 documentation recommended to reset select by setting value to empty value and triggering event.
$('#id').val('').trigger('change')
But how to reset dropdown select to placeholder without triggering change event and replacing tons of dom elements? Something like
$('#id').select2('refresh')