Skip to content

Commit

Permalink
[docs] Clarify diff between select and autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 15, 2020
1 parent 56de4de commit 40448de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/pages/components/selects/selects.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Menus are positioned over their emitting elements such that the currently select

{{"demo": "pages/components/selects/SimpleSelect.js"}}

## Advanced features

The Select component is meant to be interchangeable with a native `<select>` element.

If you are looking for more advanced features, like combobox, multiselect, autocomplete, async or creatable support, head to the [`Autocomplete` component](/components/autocomplete/).
It's meant to be an improved version of "react-select".

## Native Select

As the user experience can be improved on mobile using the native select of the platform,
Expand Down

0 comments on commit 40448de

Please sign in to comment.