mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Trigger shiny:inputchanged event on related input element (#2442)
This commit is contained in:
@@ -278,7 +278,7 @@ var InputEventDecorator = function(target) {
|
||||
evt.el = opts.el;
|
||||
evt.priority = opts.priority;
|
||||
|
||||
$(document).trigger(evt);
|
||||
$(opts.el).trigger(evt);
|
||||
|
||||
if (!evt.isDefaultPrevented()) {
|
||||
name = evt.name;
|
||||
|
||||
Reference in New Issue
Block a user