Skip to content

Commit

Permalink
return empty HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
shahronak47 committed Nov 21, 2024
1 parent 11b9c0f commit 0fd1e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/selectInput_column.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<div></div>'}
}")),

# fix for highlight persisting
Expand Down

0 comments on commit 0fd1e1f

Please sign in to comment.