Open
Description
I'm trying to migrate out of @material-ui/pickers
because it shows the mobile (radial) time picker also on desktop. mui-x DateTimePicker
smartly picks the best UI for the current device (radial for mobile, and multi columns for desktop). The problem is that I want to use only the modal (i.e. StaticDateTimePicker
) and can't figure out:
- Why it doesn't pick automatically the optimal UI, like the field does.
- How to tell it to pick one or the other.
How can I emulate the behavior of DateTimePicker
modal? Thanks!