-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
customization: logicLogic customizability.Logic customizability.scope: pickersChanges related to the date/time pickers.Changes related to the date/time pickers.
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!
Metadata
Metadata
Assignees
Labels
customization: logicLogic customizability.Logic customizability.scope: pickersChanges related to the date/time pickers.Changes related to the date/time pickers.