Closed KoderKow closed 3 years ago
I just added an event for this, after installing the latest version from Github the following code should work.
observeEvent(input$cicerone_reset, {
print("Done")
})
Perfect! Wow, thank you for the super-fast response and solution! Appreciate it!
Hello! I am updating a few inputs during a guide. I have
allow_close = FALSE
and would like to reset the inputs I change during the tour back toNULL
if the "Close" or "Done" is clicked. Is there anyinput$...
available that I can useobserveEvent()
on that I am not aware of? Or is there another recommended approach?Thanks!