Skip to content

Commit

Permalink
Merge pull request enzymejs#874 from seejee/add_before_input_event
Browse files Browse the repository at this point in the history
Add beforeInput to simulated event map.
  • Loading branch information
aweary authored Apr 9, 2017
2 parents 8cbb82b + 6591c97 commit 469f5f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ export function mapNativeEventNames(event) {
ratechange: 'rateChange',
timeupdate: 'timeUpdate',
volumechange: 'volumeChange',
beforeinput: 'beforeInput',
};

if (!REACT013) {
Expand Down

0 comments on commit 469f5f6

Please sign in to comment.