display: none is applied on mobile to the time picker within DatePicker.
Demo
Sandbox
Design on 768px wide screens

Design on 767px wide screens

Workaround
Currently I have a CSS override to work around this:
#my-component .react-datepicker__time-container {
display: block !important;
}
display: noneis applied on mobile to the time picker withinDatePicker.Demo
Sandbox
Design on 768px wide screens
Design on 767px wide screens
Workaround
Currently I have a CSS override to work around this: