Skip to content

Instantly share code, notes, and snippets.

View ivantanakaa's full-sized avatar
🎯
Focusing

Ivan ivantanakaa

🎯
Focusing
View GitHub Profile
@piotr-cz
piotr-cz / CustomSelect2Adapter.js
Last active November 28, 2023 11:37
Select2 ArrayAdapter to keep options in order they were selected
// Tested on Select2 v4.0.2
// Init
var $select = jQuery('#my-select');
var select2Options = {
multiple: true
};
// Add decorator adapter
if (keepOptionsOrder) {