Autocomplete based on connector
Summary
Autocomplete based on connectorContent
We have a table in DB2 that contains name and customerId for our customers. I want to build a way for users to type into an input field and have the possible customers show in a drop down based off what they ttyped vs whats in the customer table. I know that with the select element you can type and the options will filter based on your typing. However, I'm worried about pulling back 2600 rows every time the form loads. Is there any recommended way of doing this?
2