From 2ff28ba8caa95ed8ddca0fa7e014c1f3bb96d26d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 18 Nov 2022 17:58:14 +0200 Subject: [PATCH] select fix --- client/src/ui/select.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/ui/select.js b/client/src/ui/select.js index 3e126109fe..a9ac6f39b3 100644 --- a/client/src/ui/select.js +++ b/client/src/ui/select.js @@ -85,6 +85,7 @@ define('ui/select', ['lib!Selectize'], (Selectize) => { let selectizeOptions = { load: options.load, + loadThrottle: 1, plugins: plugins, highlight: false, selectOnTab: options.selectOnTab,