dillon1000/react

Commit

Fix ChangeEventPlugin Dependencies

When React moved to attaching top-level event listeners on-demand, not all of the dependencies for `ChangeEventPlugin` were set. This led to `onChange` events not firing under certain circumstances. For example, listening to `onChange` on a checkbox will not work because it relies on `onClick` (unless something else on the page was listening to `onClick`).
Browse files
Changed paths1 file
First-parent comparison
M src/eventPlugins/ChangeEventPlugin.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…