Skip to content

Commit 042d372

Browse files
committed
Improve documentation
1 parent 957626c commit 042d372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/Autocomplete.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ The `Autocomplete.Input` should not be rendered without a `<label>` who's `htmlF
2323

2424
### Autocomplete.Overlay
2525

26-
The `Autocomplete.Overlay` wraps the `Autocomplete.Menu` to display it in an [Overlay]() component.
26+
The `Autocomplete.Overlay` wraps the `Autocomplete.Menu` to display it in an [Overlay](./Overlay) component.
27+
This component takes the same props as the `Overlay` component.
2728
Most `Autocomplete` implementations will use the `Autocomplete.Overlay` component, but there could be special cases where the `Autocomplete.Menu` should be rendered directly after the `Autocomplete.Input` (for example: an `Autocomplete` that is already being rendered in an `Overlay`).
2829

2930
### Autocomplete.Menu

0 commit comments

Comments
 (0)