pushtell/react-bootstrap-date-picker

onChange should return event object

Opened this issue · 0 comments

onChange should return event object

Expected Behavior

onChange: function(event, value, formattedValue)

Current Behavior

onChange: function(value, formattedValue)

Possible Solution

Add the argument, maybe on a different hook

Steps to Reproduce (for bugs)

just put a DatePIcker and see the callback functions