return initialFocusedDate to set default date in MUI-X MobileDatePicker #7499
Labels
component: pickers
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
Duplicates
Latest version
Summary 💡
in our system we migrate from using { DatePicker, DatePickerProps } from "material-ui-pickers-mui5"
to use { MobileDatePicker, MobileDatePickerProps } from "@mui/x-date-pickers"
Examples 🌈
import { DatePicker, DatePickerProps, MuiPickersUtilsProvider } from "material-ui-pickers-mui5";
Motivation 🔦
we have a property called
initialFocusedDate
, I tried to use it and there is no property like that in the new MUI-X date pickers.how can I set an
initial date
for the new MUI-X date pickers?Order ID 💳 (optional)
No response
The text was updated successfully, but these errors were encountered: