Update a provided completion list after the box has already opened #4846
Unanswered
alexciesielski
asked this question in
Q&A
Replies: 1 comment
-
Try setting |
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
-
Hello,
my use-case is that I have 10k+ suggestions to show to the user, but there is a limit to the API that returns the suggestions for me. It can only return 2k suggestions at a time, but it doesn't mean this is all the possible available suggestions.
I am looking for a way to update the list of suggestions (on debounced key stroke for example) after it has already opened.
Is it possible to achieve this without closing and reopening the suggestion box?
Beta Was this translation helpful? Give feedback.
All reactions