You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data/material/components/selects/selects.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ It extends the [text field components](/material-ui/react-text-field/) subcompon
35
35
It shares the same styles and many of the same props. Refer to the respective component's API page for details.
36
36
37
37
:::warning
38
-
The `placeholder` prop is NOT shared.
38
+
Unlike input components, the `placeholder` prop is not available in Select. To add a placeholder, refer to the [placeholder](#placeholder) section below.
0 commit comments