From 20f0d52f12f6ae84f467c2f31326e1140c42ce81 Mon Sep 17 00:00:00 2001 From: drdolgovvv Date: Thu, 16 Apr 2026 17:33:11 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=BE=D0=B2=D1=8B=D1=85=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=BA=20=D0=B2=20=D1=84=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=D1=8B=20select=5Fone,=20select=5Fmultiple?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/utils.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/utils.R b/modules/utils.R index 9813b8c..0efd8fe 100644 --- a/modules/utils.R +++ b/modules/utils.R @@ -162,7 +162,7 @@ render_forms = function( choices = choices, selected = NULL, options = list( - create = FALSE, + create = TRUE, onInitialize = I('function() { this.setValue(""); }') ) ) @@ -177,7 +177,7 @@ render_forms = function( selected = NULL, multiple = TRUE, options = list( - create = FALSE, + create = TRUE, onInitialize = I('function() { this.setValue(""); }') ) )