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
Currently, it is possible to navigate between elements of a Shiny app using the Tab key, with the elements getting highlighted. For instance, this works in shinyWidgets::downloadBttn() by setting no_outline = FALSE.
However, it seems that switchInput() does not exhibit the same behavior, and it even appears to be impossible to select the switch using the Tab key.
Could you please let me know if I'm overlooking something, or if there are plans to add this feature in the future?
Hi,
Currently, it is possible to navigate between elements of a Shiny app using the Tab key, with the elements getting highlighted. For instance, this works in
shinyWidgets::downloadBttn()
by settingno_outline = FALSE.
However, it seems that
switchInput()
does not exhibit the same behavior, and it even appears to be impossible to select the switch using the Tab key.Could you please let me know if I'm overlooking something, or if there are plans to add this feature in the future?
Thanks!
Example ShinyApp: https://pagoba.shinyapps.io/LiClcalc/
Code caption:
The text was updated successfully, but these errors were encountered: