Replies: 1 comment
-
|
Hi @amaneru55, You might be looking for the ComboBox component https://heroui.com/docs/react/components/combo-box#asynchronous-loading You have documentation on how to implement infinite scroll there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I am using HeroUI v3 Autocomplete component.
I can see examples for asynchronous filtering (typeahead), but there is no guidance on implementing infinite scroll (load more items when scrolling to the bottom).
Context
My Approach / Thoughts
I think I could manually use:
IntersectionObserverfor detecting scroll endBut I am not sure if this is the official / recommended way.
Question
Beta Was this translation helpful? Give feedback.
All reactions