wangzuo / input-moment

React datetime picker powered by momentjs
https://wangzuo.github.io/input-moment
ISC License
527 stars 173 forks source link

Fix for broken event handler #69

Open fabiandarga opened 7 years ago

fabiandarga commented 7 years ago

Fat arrow function did not pass the actual event object to the handler, where it is required.