Skip to content

Commit

Permalink
[docs][Selects] update docs to reflect the omission of placeholder pr…
Browse files Browse the repository at this point in the history
…op to the select component
  • Loading branch information
adityaparab authored and aarongarciah committed Dec 27, 2024
1 parent 060c55c commit 466f734
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/data/material/components/selects/selects.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ The Select component is implemented as a custom `<input>` element of the [InputB
It extends the [text field components](/material-ui/react-text-field/) subcomponents, either the [OutlinedInput](/material-ui/api/outlined-input/), [Input](/material-ui/api/input/), or [FilledInput](/material-ui/api/filled-input/), depending on the variant selected.
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.
:::

### Filled and standard variants

{{"demo": "SelectVariants.js"}}
Expand Down

0 comments on commit 466f734

Please sign in to comment.