Skip to content

Commit

Permalink
add note about known chain modal issues; related to #46; related to #48
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali authored Apr 21, 2022
1 parent 35b235e commit 087d300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ I created {shinyalert} for two reasons: first of all, I started working on it we

<h2 id="known-issues">Known issues</h2>

- Clicking any `<button>` tag inside a modal will close the modal. This is due to the underlying JavaScript library having this issue. This means that, for example, using radio buttons from {shinyWidgets} wil cause this bug because their radio buttons are implemented using `<button>`.
- Clicking any `<button>` tag inside a modal will close the modal. This is due to the underlying JavaScript library having this issue. This means that, for example, using radio buttons from {shinyWidgets} will cause this bug because their radio buttons are implemented using `<button>`.
- Chaining modals works fine when the modals contain only text, but when inputs or buttons are involved in chained modals, you may run into an issue such as [this one](https://github.com/daattali/shinyalert/issues/46) or [this one](https://github.com/daattali/shinyalert/issues/48).

<h2>Credits</h2>

Expand Down

0 comments on commit 087d300

Please sign in to comment.