An R package aims to create pretty popup messages (modals) in 'Shiny'.
Questions tagged [shinyalert]
32 questions
-1
votes
1 answer
How I can use tag-list box html in shinyalert?
I use shinyalert and I want to put inside tag-list box when I use HTML, but it doesn't work
shinyalert(
type = "info",
confirmButtonText = "close",
confirmButtonCol = "#6DBADE",
size = "l",
closeOnEsc = TRUE,
…

nls1200
- 65
- 5
-1
votes
1 answer
How do I make shinyalert disappear after clicking 'ok'?
I have been using shinyalert() in shiny apps for a while, but on my current app, they have stopped disappearing after I click ok. They still work in other apps (using the same package loader script), and I haven't been able to replicate the problem…

tamarack
- 377
- 1
- 11