Hi,
When selecting a value I can use this trigger
$('#myfield').on('select2:select', function(e) {
}
But this not cover the case if the user reselect the same item.
How would you trigger this ?
The scenario is everytime a user select a value even if this is the same item is reselectec it hide a div.