dmtrKovalenko / dmtrKovalenko/material-ui-datetimepicker
onChange doesn't fire
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Hello guys,
Hope you're doing well.
Thanks for this nice component!
I just download this library and started to use but i realized a problem with the onChange method.
My method setDatetime is not called :(
` `
` setDatetime = (datetime) => {
console.log(datetime);
}`
Any errors in the console..
What happened?
i looked the material-ui-datepicker code and i saw you tried to fire up the onChange method inside SelectTime function but you the prop "onAccept" on material-ui timepicker but this props doesnt exist right?
Please let me know if am doing something wrong!
Thaaaaaaank you!!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.