select component with server side search #2984
-
Hi team, I'm looking to see if there are any design/UI component options (which work for legacy code in numbers-console-frontend) for our use case below We have a Modal which invokes an API to fetch a list of addresses (with pageSize = 1500), and enables search on "Friendly Name" attribute of the addresses. However, there are 2 issues we're trying to address
Would appreciate any thoughts. Thank You! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @aparasa1777! It sounds like the best component for your use case would be our Combobox component. Althought Combobox does not currently include lazy loading, we do have a ticket in our backlog to add this functionality. The best way to make sure we are able to prioritize that feature in Q2 would be to to submit a dependency request with us. In the meantime, other teams that have built a combobox with async functionality; you can check out these discussions #1762 and #1208 for more context. Hope this helps, let me know! |
Beta Was this translation helpful? Give feedback.
Hi @aparasa1777! It sounds like the best component for your use case would be our Combobox component. Althought Combobox does not currently include lazy loading, we do have a ticket in our backlog to add this functionality. The best way to make sure we are able to prioritize that feature in Q2 would be to to submit a dependency request with us.
In the meantime, other teams that have built a combobox with async functionality; you can check out these discussions #1762 and #1208 for more context. Hope this helps, let me know!