Skip to content

Commit

Permalink
Update docs/src/pages/components/selects/selects.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matt <[email protected]>
  • Loading branch information
oliviertassinari and mbrookes authored Dec 31, 2020
1 parent d260861 commit 98ceaf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/pages/components/selects/selects.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ It's meant to be an improved version of the "react-select" and "downshift" packa

## Props

The Select component is implemented as a custom `<input>` element on top of the [text field components](/components/text-fields).
The Select component is implemented as a custom `<input>` element of the [InputBase](/api/input-base/).
It extends the [text field components](/components/text-fields) sub-components, either the [Input](/api/input/), [FilledInput](/api/filled-input/), or [OutlinedInput](/api/outlined-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.

### Filled and outlined variants
Expand Down

0 comments on commit 98ceaf7

Please sign in to comment.