mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
94.02k stars 32.3k forks source link

[mui-material][Select] Omit `placeholder` from props #44502

Open Juneezee opened 15 hours ago

Juneezee commented 15 hours ago

Fixes https://github.com/mui/material-ui/issues/43571.

As described in the issue, the placeholder prop of the <Select> component has no effect. To avoid future confusion, such as this StackOverflow post, the placeholder prop should be omitted from the <Select> component.