-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
Usage of select_group_ui
in a Shiny module
#63
Comments
The following will work:
@pvictor maybe it's a good idea to display the following example in the docs, in case one wants to apply the Select Group Module in the context of a Shiny Module? |
Thanks! So the following points are important:
|
Thank you both Victor |
johnsonra
added a commit
to IDSS-NIAID/Chemotaxis-Dashboard
that referenced
this issue
Dec 4, 2023
See dreamRs/datamods#63 for differences in how this works in modularized code. Not intuitive.
johnsonra
added a commit
to IDSS-NIAID/Chemotaxis-Dashboard
that referenced
this issue
Dec 5, 2023
See dreamRs/datamods#63 for differences in how this works in modularized code. Not intuitive.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I cannot get
select_group_ui()
andselect_group_server()
get to work inside a shiny module.I added
ns()
to the IDs but possibly thevirtualSelectInput()
s can't communicate properly due to wrongnamespaces.
I suggest this feature is not implemented, or am I missing something important?The following minimal example is the standard example from the help page, with the difference that I change the code so that the
select_group_ui()
and -server()
are used inside a module.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: