I have two selects that are linked: Each value of the first select determines which items will be displayed in the second select.
The values of the second select are
I'm successfully using the following to update options dynamically:
$control.select2('destroy').empty().select2({data: [{id: 1, text: 'new text'}]});