diff --git a/R/selectInput_column.R b/R/selectInput_column.R index b4d2635..3ac7099 100644 --- a/R/selectInput_column.R +++ b/R/selectInput_column.R @@ -61,7 +61,7 @@ columnSelectInput <- function(inputId, label, data, choices = names, }, // avoid data vomit splashing on screen when an option is selected - item: function(item, escape) { return ''; } + item: function(item, escape) {return '
'} }")), # fix for highlight persisting