Is your feature request related to a problem? Please describe.
Currently, when I click on an external link in the app (I think the only place where this is at the moment is the Study Summary box, Unique Study ID Field, but I could be wrong), it opens in the same window. This means I have to navigate back to the shiny app, and start from the beginning (i.e. I don't get returned to the same spot in the app).
Describe the solution you'd like
I would like all external links to open in a new tab: a("test", href="http://google.com", target="_blank")
Describe alternatives you've considered
Another option would be to open in a new window, but I think tabs are preferable.
Is your feature request related to a problem? Please describe. Currently, when I click on an external link in the app (I think the only place where this is at the moment is the Study Summary box, Unique Study ID Field, but I could be wrong), it opens in the same window. This means I have to navigate back to the shiny app, and start from the beginning (i.e. I don't get returned to the same spot in the app).
Describe the solution you'd like I would like all external links to open in a new tab:
a("test", href="http://google.com", target="_blank")
Describe alternatives you've considered Another option would be to open in a new window, but I think tabs are preferable.
Additional context n/a