diff --git a/static/js/index.js b/static/js/index.js index 2c9c827..cef73db 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -2,7 +2,11 @@ new TomSelect("#select-backend", { controlInput: null, valueField: "value", - labelField: "label" + labelField: "label", + sortField: { + field: "value", + direction: "asc" + } }); new TomSelect("#select-format", { controlInput: null,