Access Selected Tab Value in Quarto Shiny Dashboard #12070
Closed
erikdeluca
started this conversation in
Feature Requests
Replies: 1 comment
-
This is already tracked and more generally than dashboard: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello Quarto team,
I hope you’re doing well. I’m working on a dashboard using Quarto with Shiny and noticed a limitation that could be a beneficial feature for the user community.
I propose adding functionality to easily access the value of the currently selected tab within a Quarto Shiny dashboard. This feature would allow developers to conditionally perform actions or update components based on user interaction with different tabs. I would need something like
input$active_tab
.Here’s an example of my current setup, where I need to determine which tab is selected:
Thanks
Best regards
Beta Was this translation helpful? Give feedback.
All reactions