We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(All)
Reproducible example (using {crosstalk} v1.2.0):
library(shiny) df <- data.frame(id = 1:5, num1 = 11:15, num2 = 21:25) shared_df <- crosstalk::SharedData$new(df, key = ~id, group = 'test') ui <- fluidPage( crosstalk::filter_select("num1", "num1", shared_df, ~num1) ) server <- function(input, output, session) {} shinyApp(ui, server)
Every time you select (All), the filter breaks and an error shows up in the javascript console.
The text was updated successfully, but these errors were encountered:
filter_select is not working properly here also. Could you resolve that?
Sorry, something went wrong.
No branches or pull requests
Reproducible example (using {crosstalk} v1.2.0):
Every time you select
(All)
, the filter breaks and an error shows up in the javascript console.The text was updated successfully, but these errors were encountered: