--- title: Autocomplete Component group: Component Gallery --- The `Autocomplete` component provides a user friendly Input for being able to search and quickly select items with support for partial items view and infinite scrolling. ```html

Single:

{{ simple.displayName }}

Single with Icon:

{{ contact.displayName }}

Multiple with Icon:

{{ contact.displayName }}

``` ## Custom Form