react-md
react-md copied to clipboard
[DatePicker] - Enabling autoOk does not provide an event for the onChange handler
Hi, in datepicker
onchange looks like this : onChange(dateString, dateObject, event) but if autoOk is passed to component, after clicking on any day event is undefined ( normal confirmation button works fine)