-
Hi, We have a use case where user can lookup an item based on an ID or a friendly name. We can't use a combobox as there could be 1000s of items in that list pre-search. Is there a paste component to achieve this out of the box? Screen.Recording.2021-08-11.at.18.33.57.mov |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi @PoojMenon! Could you tell me a bit more about how this works currently? For example, what the behavior is while you're typing in this field (as opposed to copy/pasting)? |
Beta Was this translation helpful? Give feedback.
-
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:
I hope this helps! Please keep us updated, especially if you take the primitive route 😄 We'd love to see what you build! |
Beta Was this translation helpful? Give feedback.
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:
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,