Skip to content

Commit

Permalink
Add beforeInput to simulated event map.
Browse files Browse the repository at this point in the history
  • Loading branch information
seejee committed Apr 6, 2017
1 parent 8cbb82b commit 6591c97
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 6591c97

Please sign in to comment.