Hi community
I'm displaying a list of transaction categories, to allow the user the update the category of the transaction. The list is generated from an API call.
The list is quite long, so I want to build a search capability. How do I filter the list dynamically as the user types into the search box? Any assistance would be appreciated. The resources that I found online doesn't seem to address this type of search for API results.