Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modal is not working in ioslides_presentation #139

Open
namrouche993 opened this issue Oct 24, 2021 · 0 comments
Open

modal is not working in ioslides_presentation #139

namrouche993 opened this issue Oct 24, 2021 · 0 comments

Comments

@namrouche993
Copy link

namrouche993 commented Oct 24, 2021

When i use bsModal in ioslides_presentation, and I click in the actionButton, I had such of screen :
hell

my code:

---
title: "Untitled"
author: "Me"
output:
  ioslides_presentation
runtime: shiny
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
library(shiny)
library(shinyBS)
```

## Interactive R Code

```{r interactiveR}
  fluidPage(
    actionButton("tabBut", "View Table"),
    bsModal("modalExample", "Data Table", "tabBut", size = "large",HTML("Hello world"))
  )
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant