feat: добавление новых строк в формы select_one, select_multiple

This commit is contained in:
2026-04-16 17:33:11 +03:00
parent 68faf06e38
commit 20f0d52f12

View File

@@ -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(""); }')
)
)