Skip to content

Commit

Permalink
[Autocomplete] Document listbox limitation (#20101)
Browse files Browse the repository at this point in the history
  • Loading branch information
zatine authored Mar 15, 2020
1 parent 1c7965a commit 223cbf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/pages/components/autocomplete/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ To fully take advantage of type inference, you need to set the `multiple` prop t
See [this discussion](https://github.com/mui-org/material-ui/pull/18854#discussion_r364215153) for more details.
TypeScript might solve this bug in the future.

### ListboxComponent

If you provide a custom `ListboxComponent` prop, you need to make sure that the intended scroll container has the `role` attribute set to `listbox`. This ensures the correct behavior of the scroll, for example when using the keyboard to navigate.

## Accessibility

(WAI-ARIA: https://www.w3.org/TR/wai-aria-practices/#combobox)
Expand Down

0 comments on commit 223cbf3

Please sign in to comment.