diff --git a/R/tabs.R b/R/tabs.R index bdfbd94..b1ffcb2 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, ... ) }