[DatePicker] onChange event not firing when autoOk is true #605
Labels
component: date picker
This is the name of the generic UI component, not the React module!
component: pickers
This is the name of the generic UI component, not the React module!
Hi there, I'm not getting the onChange event fired after the user selects a new date from the date picker. I have autoOk = {true} and right after the user clicks a date on a calendar, the whole page is getting refreshed - as if whoever is handling that event didn't do a e.preventDefault() either.
The use of the component looks like this:
Again I'm expect my onChange handler to get called after the user selects a new date but it's not. Is there another event I should be looking for?
The text was updated successfully, but these errors were encountered: