You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating choices_selected with delayed_data, selected can either be NULL or all_choices(). It would be nice to be able to select the first available choice so as not to start the app with an empty selection and validation errors.
Feature description
When creating
choices_selected
withdelayed_data
,selected
can either beNULL
orall_choices()
. It would be nice to be able to select the first available choice so as not to start the app with an empty selection and validation errors.all_choices
seems to be resolved in only one place:https://github.com/insightsengineering/teal.transform/blob/340994c392ab78056c40bcee05450d2bfa42cbe2/R/data_extract_filter_module.R#L151C1-L155C6
This could be achieved either by adding a new function, e.g.
first_choice
,last_choice
, or adding arguments toall_choices
.Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: