↧
Answer by starja for shiny module with observeEvent updates based on previous...
Below is a solution that works. The problem was that you nested your observeEvent in the module. I'm not entirely sure why this led to problems, some values weren't processed correctly. However, you...
View Articleshiny module with observeEvent updates based on previous inputs
I have an app which creates boxes. Each box has a button that triggers a modal. The modal has inputs which the user changes and then a button which triggers an action based on those inputs (basically...
View Article