From 28c119c7809befb17f1d2ca98cd6e2ae612273f8 Mon Sep 17 00:00:00 2001 From: carlganz Date: Thu, 22 Sep 2022 09:04:42 -0700 Subject: [PATCH] align shinydashboard tab data-value with shiny tabs --- R/tabs.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/tabs.R b/R/tabs.R index bdfbd940..b1ffcb2e 100644 --- a/R/tabs.R +++ b/R/tabs.R @@ -31,6 +31,7 @@ tabItem <- function(tabName = NULL, ...) { role = "tabpanel", class = "tab-pane", id = paste0("shiny-tab-", tabName), + `data-value` = tabName, ... ) }