[material-next] Support modal and non-modal option for components #38756
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
component: dialog
This is the name of the generic UI component, not the React module!
component: drawer
This is the name of the generic UI component, not the React module!
component: menu
This is the name of the generic UI component, not the React module!
component: select
This is the name of the generic UI component, not the React module!
component: snackbar
This is the name of the generic UI component, not the React module!
component: SwipeableDrawer
The React component.
on hold
There is a blocker, we need to wait
Duplicates
Latest version
Summary 💡
This is part of the #38630 effort.
All components that involve a floating element should provide a prop to control whether that element should behave like a modal or not:
Motivation 🔦
The usage of modal or non-modal floating elements should be made in userland, as it varies from use case to use case.
This same issue was raised in #17353 (comment).
The text was updated successfully, but these errors were encountered: