Replies: 1 comment 1 reply
-
have you been able to resolve this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm busy implementing a Combobox as a combination of Popover and Command in a way that has been described in the docs. It works generally fine.
But, on top, I would like to make it async, so that by entering Search text and !when scrolled down to the bottom of the CommandList! new options will be loaded asynchronously
The Search Text part ist already working, but I cannot seem to get the "scrolled to the bottom" part to work. Seems like I get no ref from the CommandList, so I cannot attach a "scroll" event listener. Am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions