[pickers] Static variant for DateTimeRangePicker (the StaticDateRangePicker component) #14998
Labels
component: pickers
This is the name of the generic UI component, not the React module!
new feature
New feature or request
support: pro standard
Support request from a Pro standard plan user. https://mui.com/legal/technical-support-sla/
waiting for 👍
Waiting for upvotes
Summary
Most of the date(time)(range) components have a "static variant", for example the "Date Range" type has a "StaticDateRangePicker" component, see https://mui.com/x/react-date-pickers/date-range-picker/#available-components
However, the new "Date Time Range" does not, can it be added?
Examples
No response
Motivation
The way we are working, we render the field separately, and then the static variant inside of a custom popup (with lots of project-specific extra's).
We have a workaround for now (we set slotProps.popper.container to our custom HTMLElement & force position: relative with CSS, however this requires the "!important" keyword, so it's not very future-proof & it's just inconsistent with the rest of our framework..)
Search keywords: date time range static variant
Order ID: 89609
The text was updated successfully, but these errors were encountered: