[pickers] StaticDateTimePicker
with desktop UI
#17324
Labels
component: date time picker
This is the name of the generic UI component, not the React module!
component: pickers
This is the name of the generic UI component, not the React module!
customization: logic
Logic customizability
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
I'm trying to migrate out of
@material-ui/pickers
because it shows the mobile (radial) time picker also on desktop. mui-xDateTimePicker
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:How can I emulate the behavior of
DateTimePicker
modal? Thanks!The text was updated successfully, but these errors were encountered: