pushtell / react-bootstrap-date-picker

React-Bootstrap based date picker.
MIT License
347 stars 195 forks source link

add event object to onChange handler #75

Closed vorlov closed 7 years ago

vorlov commented 7 years ago

sometimes there is a need to use event object in the onChange handler

wehriam commented 7 years ago

As this is a synthetic event that is not cancellable, I'm not sure an event object would be helpful here.