...

/

Adding Filtering Contacts to our Application

Adding Filtering Contacts to our Application

Learn how to filter contacts based on keywords by the user.

We'll cover the following...

In our List view, we’d like to be able to filter contacts and display only those that contain a given string. To allow users to do that, let’s add a text input field to our existing panel. Our List view will look like this:

Adding a “Filter contacts” text input
Adding a “Filter contacts” text input
...