diff --git a/R/shiny-ui-config.R b/R/shiny-ui-config.R index cf718c4cc8b1b35fda1cb90c42641b5a23652b72..21b41c9dc5b27d91bbad1983049e91fe52abf8b7 100644 --- a/R/shiny-ui-config.R +++ b/R/shiny-ui-config.R @@ -162,6 +162,13 @@ react_conf_f <- function(input,output,session,rv,rf) { rv }) + + rf$get_tags_from_txt <- react_f({ + ## Tags in the text box. + txt2tags(input$tagsInp) + }) + + rf }