From 8cc270087d2599c8ae349ca389810646fc849893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu> Date: Fri, 8 May 2020 09:50:31 +0200 Subject: [PATCH] ... --- R/shiny-ui-base.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/shiny-ui-base.R b/R/shiny-ui-base.R index b3d1965..3b5116e 100644 --- a/R/shiny-ui-base.R +++ b/R/shiny-ui-base.R @@ -78,7 +78,7 @@ txt_file_input <- function(inputId,input,fileB,label,volumes,default = "") { if (!isThingFile(currFn)) { shiny::textInput(inputId = inputId, label = label, - value = "") + value = default) } else { message('Why is this happening so much?') shiny::textInput(inputId = inputId, -- GitLab