Skip to content

Commit 2b563a6

Browse files
authored
Fix broken link in new Autocomplete docs (#7618)
1 parent 1286a65 commit 2b563a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-aria-components/docs/Autocomplete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function Example() {
105105

106106
## Anatomy
107107

108-
`Autocomplete` is a controller for a child text input, such as a [TextField](TextField.html) or [SearchField](SearchField), and a collection component such as a [Menu](Menu.html) or [ListBox](ListBox.html). It enables the user to filter a list of items, and navigate via the arrow keys while keeping focus on the input.
108+
`Autocomplete` is a controller for a child text input, such as a [TextField](TextField.html) or [SearchField](SearchField.html), and a collection component such as a [Menu](Menu.html) or [ListBox](ListBox.html). It enables the user to filter a list of items, and navigate via the arrow keys while keeping focus on the input.
109109

110110
```tsx
111111
import {UNSTABLE_Autocomplete as Autocomplete, SearchField, Menu} from 'react-aria-components';

0 commit comments

Comments
 (0)