AutoComplete
Shows a list of suggestions that changes while typing.
When to use
Use the AutoComplete when you want to dynamically query the database while you type, in order to be presented with a list of suggestions. It's especially recommended for the long lists of data when we shouldn't use the Dropdown Select which has to return all data first to populate a dropdown before being able to start the client-side filtering, what might affect the performance.
See more information on implementing this pattern in the product documentation
Click here to see your activities