fix: re-enable tomselect sorting
This commit is contained in:
@@ -18,7 +18,10 @@
|
|||||||
copyClassesToDropdown: false,
|
copyClassesToDropdown: false,
|
||||||
dropdownParent: 'body',
|
dropdownParent: 'body',
|
||||||
controlInput: '<input>',
|
controlInput: '<input>',
|
||||||
sortField: false // Disable TomSelect's internal sorting
|
sortField: [{
|
||||||
|
field: 'text',
|
||||||
|
direction: 'asc'
|
||||||
|
}]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user