ideally we'd want to include a "filter by" field where users can select from 0-all of a list of predetermined filters that dynamically generate a dropdown menu in a second field where users can refine their choice and select an indicator.
This would be a nice feature to include with across() but I'm not sure how to implement this with multiple indicators selected, as with pickerInput(), multiple inputs are given by separate string entries
ideally we'd want to include a "filter by" field where users can select from 0-all of a list of predetermined filters that dynamically generate a dropdown menu in a second field where users can refine their choice and select an indicator.
This would be a nice feature to include with
across()
but I'm not sure how to implement this with multiple indicators selected, as withpickerInput()
, multiple inputs are given by separate string entries