[docs] Select placeholder
prop is omitted
#44821
Labels
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
support: docs-feedback
Feedback from documentation page
Related page
https://mui.com/material-ui/api/select/
Kind of issue
Missing information
Issue description
Following issue #44502, the
placeholder
prop has been removed from theSelect
component for having no effect. While I'm inclined to disagree (MUI could render a placeholder, and the Select documentation event suggests on how to render one) the API documentation should at least reflect that decision.As of the time of writing, the Select API documentation makes no mention of the omission of the
placeholder
prop. In fact, it refers toOutlinedInput
:Which is where it is rightfully listed, leading developers to believe it should be available in
Select
.I was ready to file a bug report, but having found that issue, I discovered
placeholder
was omitted intentionally. At first I went to the documentation to figure out what's what with this prop, but no mention of it was made, which lead me to create the issue you're reading now.Context
No response
Search keywords: select placeholder
The text was updated successfully, but these errors were encountered: