DatePicker - centering the Popper to the center of the window #15291
Labels
new feature
New feature or request
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
Summary
how to set Popper's DatePicker position centered on the center of the window, similar to what MobileDatePicker does? MobileDatePicker does this automatically. Please add this option to DatePicker/DesktopDatePicker.
I can't use MobileDatePicker because I need a keyboard to enter the date. The keyboard is disabled in the mobile version.
Examples
slotProps={{
popper: {
placement: "center-center",
},
}}
Motivation
the 'placement' property, if set to "auto", sometimes places the popper outside the visible area of the window.
Search keywords: center position DatePicker
The text was updated successfully, but these errors were encountered: