Murat Aras
Results
1
comments of
Murat Aras
Following workaround is worked for me. After creating select2 with tags = true option ``` // create select2 var select2 = $element.select2(options); // add data-select2-tag attr to options select2.find("option").each(function ()...