Skip to content

[Bug]: <tm_g_waterfall.R default selected facet_var parameter is not applied> #312

Description

@dberel-exelixis

What happened?

teal.widgets::optionalSelectInput(
ns("facet_var"),
"Facet by",
choices = get_choices(a$facet_var$choices),
selected = NULL,
multiple = FALSE,
label_help = helpText("from ", tags$code("ADSL"))
)

Perhaps should be the following, instead of NULL.
selected = get_choices(a$facet_var$selected,

sessionInfo()

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcore

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions