[Select] slotProps overrides entire default props #38700
Labels
bug 🐛
Something doesn't work
component: select
This is the name of the generic UI component, not the React module!
package: material-ui
Specific to @mui/material
Duplicates
Latest version
Steps to reproduce 🕹
Current behavior 😯
dropdown menu width will be the smallest menu item width instead of the Select width.
Expected behavior 🤔
dropdown menu width should be the Select width.
Context 🔦
on a side note, this whole slotsProps, componentProps and then MenuProps(with an uppercase) and other methods are all different depending on the component which is not ideal.
Also, all props overrides should be implemented as a deep merge of objects of this sort of bugs will pop all the time.
Your environment 🌎
npx @mui/envinfo
The text was updated successfully, but these errors were encountered: