Skip to content

Commit 22aa113

Browse files
authored
update React Aria docs to clarify virtualization support (#5435)
1 parent 684e596 commit 22aa113

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/@react-aria/autocomplete/docs/useSearchAutocomplete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Autocomplete for search fields can be implemented using the [<datalist>](h
5454
* Support for controlled and uncontrolled options, selection, input value, and open state
5555
* Support for custom filter functions
5656
* Async loading and infinite scrolling support
57-
* Support for virtualized scrolling for performance with long lists
57+
* Support for use with virtualized lists
5858
* Exposed to assistive technology as a `combobox` with ARIA
5959
* Labeling support for accessibility
6060
* Required and invalid states exposed to assistive technology via ARIA

packages/@react-aria/combobox/docs/useComboBox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A combo box can be built using the [<datalist>](https://developer.mozilla.
6262
* Support for controlled and uncontrolled options, selection, input value, and open state
6363
* Support for custom filter functions
6464
* Async loading and infinite scrolling support
65-
* Support for virtualized scrolling for performance with long lists
65+
* Support for use with virtualized lists
6666
* Exposed to assistive technology as a `combobox` with ARIA
6767
* Labeling support for accessibility
6868
* Required and invalid states exposed to assistive technology via ARIA

packages/@react-aria/listbox/docs/useListBox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Note: `useListBox` only handles the list itself. For a dropdown similar to a `<s
6262
* Keyboard navigation support including arrow keys, home/end, page up/down, select all, and clear
6363
* Automatic scrolling support during keyboard navigation
6464
* Typeahead to allow focusing options by typing text
65-
* Virtualized scrolling support for performance with long lists
65+
* Support for use with virtualized lists
6666

6767
## Anatomy
6868

packages/@react-aria/menu/docs/useMenu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ help achieve accessible menu components that can be styled as needed.
6363
* Keyboard support for opening the menu using the arrow keys, including automatically focusing
6464
the first or last item accordingly
6565
* Typeahead to allow focusing items by typing text
66-
* Virtualized scrolling support for performance with long lists
66+
* Support for use with virtualized lists
6767

6868
## Anatomy
6969

packages/@react-aria/table/docs/useTable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ HTML tables are meant for static content, rather than tables with rich interacti
7777
* Support for marking columns as [row headers](https://www.w3.org/TR/wai-aria-1.1/#rowheader), which will be read when navigating the rows with a screen reader
7878
* Ensures that selections are announced using an ARIA live region
7979
* Support for using HTML table elements, or custom element types (e.g. `<div>`) for layout flexibility
80-
* Virtualized scrolling support for performance with large tables
80+
* Support for use with virtualized lists
8181
* Support for resizable columns
8282

8383
## Anatomy

0 commit comments

Comments
 (0)