Krystian Igras

Results 5 comments of Krystian Igras

@olgamie @dokato can you confirm existing `messagebox` function closes the issue?

@dokato I've checked what's the reason for this behavior. Suppressing bootstrap is not the problem, but generally loading fomantic css breaks the original styling used in the showcase. One of...

I faced the same issue while having download button within initially hidden sidebar. I suspect this might be connected to Shiny's optimization for rendering hidden outputs (`display: none` css property...

@SaintRod Could you please try `outputOptions(output, "downloadData", suspendWhenHidden = FALSE)`? I've accidentally added space within the id (`"downloadData "`) in my previous answer, I suppose this is why you've got...

@Arnold-Kakas Could you please try this example: ``` library(shiny) ui