Skip to content

Commit

Permalink
Merge pull request #28 from shahronak47/master
Browse files Browse the repository at this point in the history
fix for #25
  • Loading branch information
dgkf authored Dec 12, 2024
2 parents f7e5e1e + 0fd1e1f commit 0a653d4
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 0a653d4

Please sign in to comment.