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