mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(docs): fix typo in autocomplete documentation page (#3182)
This commit is contained in:
parent
3500147d7f
commit
6df27c6e63
@ -254,7 +254,7 @@ The following example uses the `defaultFilter` prop to filter the list of option
|
||||
|
||||
### Asynchronous Filtering
|
||||
|
||||
Autocomplete supports asynchronous filtering, in the example below we are using the [useAyncList](https://react-spectrum.adobe.com/react-stately/useAsyncList.html) function
|
||||
Autocomplete supports asynchronous filtering, in the example below we are using the [useAsyncList](https://react-spectrum.adobe.com/react-stately/useAsyncList.html) function
|
||||
from [react-aria](https://react-spectrum.adobe.com) to handle asynchronous loading and filtering of data from a server.
|
||||
|
||||
<PackageManagers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user