fix: re-enable tomselect sorting

This commit is contained in:
2026-05-01 14:01:35 -04:00
parent 6cb3e1ac24
commit 24905c9506
@@ -18,7 +18,10 @@
copyClassesToDropdown: false,
dropdownParent: 'body',
controlInput: '<input>',
sortField: false // Disable TomSelect's internal sorting
sortField: [{
field: 'text',
direction: 'asc'
}]
});
});
});