how to create a dropdown that works like google search

Hi Everyone,

I have a requirement where in a dropdown user should have the luxury to type-in and all the relevant items should auto-populate just like in google search.
That means, it should show all relevant items when the user is typing.

Regards
Jyoti

Hi Jyoti,

You must be looking for autocomplete feature.
There is input control available in palette (Autocomplete Text Input), you have to provide option group under choices which will then give you suggestions as you type.

Thanks
Abdul Bari Khan