How to fire an event on edit only, not on update in Shiny

Advertisements I want to enable a Save button when a control is edited by the user, but not when its state is loaded by update…. I know of js functions shiny:updateinput and shiny:inputchanged: the latter fires on all changes, the first on updatexxx only`. There seem to be no function "shiny:onuseredit". library(shiny) library(shinyjs) ui <-… Read More How to fire an event on edit only, not on update in Shiny