You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my question below in stackoverflow I was surprised that the functionality of getting the event which is fired in ObserveEvent() apparently doesn't exist by default in observeEvent().
Here is a simplified example showing the mentioned workaround (based on the JS event shiny:inputchanged) to receive the input names which triggered observeEvent(). The SO example might be a little difficult to get into.
Hello,
From my question below in stackoverflow I was surprised that the functionality of getting the event which is fired in
ObserveEvent()
apparently doesn't exist by default inobserveEvent()
.I've looked for "event fired" in the issues and the Shiny docs but I didn't found it :)
Have a good day.
Here is the copy-paste of the stackoverflow workaround by ismirsehregal
The text was updated successfully, but these errors were encountered: