select fix

This commit is contained in:
Yuri Kuznetsov
2022-11-18 17:58:14 +02:00
parent 01b9b735e5
commit 2ff28ba8ca
+1
View File
@@ -85,6 +85,7 @@ define('ui/select', ['lib!Selectize'], (Selectize) => {
let selectizeOptions = {
load: options.load,
loadThrottle: 1,
plugins: plugins,
highlight: false,
selectOnTab: options.selectOnTab,