material-ui-datetimepicker
material-ui-datetimepicker copied to clipboard
[UNMAINTAINED] Wrapper for Material UI Date and Time picker components
If you tab into the field and start typing, you are able to type characters which totally messes up the onChange event values.
Hi! I just began experimenting with this component. It seems changing the locale of DatePickerDialog does not seem easy. Am I missing something here? Is there any way to accomplish...
How can I set default date?
I had issues that the Labels was not shown, a default date was always shown, and my formatting was ignored. This simple change fixed all my issues. Might solve some...
The current implementation allows for `onDatePickerDismiss` but there's no `onTimePickerDismiss` property. That property should passthrough to the `onDismiss` prop for the `TimePicker`.
This would allow it to be more flexible, for some reason some of the other react date time pickers are acting horrible, yours works, but I only need it for...
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...
Current setting on my doc: `clearIcon={null}` Documentation: clearIcon={} // set null to not render nothing I can still click on the button even though it is invisible. This is not...