How to do incremental search in EJ2 TypeScript Dropdown List

4 Sep 20261 minute to read

The DropDownList supports incremental search by default. You can search the list items by focusing the DropDownList and typing characters into it. The closest matching items are selected sequentially.

If the same key is searched again, the next matching item is selected.