Skip to content
Discussion options

You must be logged in to vote

Thanks for the context, @PoojMenon! We don't have any ready-to-use combobox-like components that will perform an API fetch to load data, but here are a couple of options that you could try:

  1. As long as you're not using the optionTemplate prop, our Combobox component will perform lazy rendering of your list items which will visually look like it's lazy loading the data. You could give this option a try to see if the performance is feasible, and if not,
  2. Your best bet is probably to use the Combobox Primitive. Your team can use the primitive to build a custom combobox component that dynamically fetches data to save on performance. Downshift has an example in this codesandbox using Axios that…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@PoojMenon
Comment options

Comment options

You must be logged in to vote
5 replies
@PoojMenon
Comment options

@nkrantz
Comment options

@PoojMenon
Comment options

@nkrantz
Comment options

@PoojMenon
Comment options

Answer selected by nkrantz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants