Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Document the transfer-list limitations #27783

Merged
merged 2 commits into from Aug 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/src/pages/components/transfer-list/transfer-list.md
Expand Up @@ -21,3 +21,13 @@ For completeness, this example includes buttons for "move all", but not every tr
This example exchanges the "move all" buttons for a "select all / select none" checkbox, and adds a counter.

{{"demo": "pages/components/transfer-list/SelectAllTransferList.js", "bg": true}}

## Limitations

The component comes with a couple of limitations:

- It only works on desktops.
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved
If you have a limited amount of options to select, prefer the [Autocomplete](/components/autocomplete/) component.
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved
If mobile support is important for you, have a look at [#27579](https://github.com/mui-org/material-ui/issues/27579).
- There are no high-level components exported from npm. The demos are based on composition.
If it's important for you, have a look at [#27579](https://github.com/mui-org/material-ui/issues/27579).
oliviertassinari marked this conversation as resolved.
Show resolved Hide resolved