I use select 2 (v4.0) with an ajax option and it works well.
Is there any possibility to programmatically set the selected value of the select (without user click and search)?
UPDATE
Currently I am doing reinit of select2 with initSelection
option, but maybe there is another way to do that