From 9485263e88cd29bb965cc291228f2fb7d3d86e9d Mon Sep 17 00:00:00 2001 From: Aditya Parab Date: Thu, 26 Dec 2024 22:57:44 +0100 Subject: [PATCH] [docs][selects] address review comment --- docs/data/material/components/selects/selects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/components/selects/selects.md b/docs/data/material/components/selects/selects.md index eb9788664eff47..68f41a0bb7ed76 100644 --- a/docs/data/material/components/selects/selects.md +++ b/docs/data/material/components/selects/selects.md @@ -35,7 +35,7 @@ It extends the [text field components](/material-ui/react-text-field/) subcompon It shares the same styles and many of the same props. Refer to the respective component's API page for details. :::warning -The `placeholder` prop is NOT shared. +Unlike input components, the `placeholder` prop is not available in Select. To add a placeholder, refer to the [placeholder](#placeholder) section below. ::: ### Filled and standard variants