# AutoComplete

### Description
`AutoComplete` component lets users select a value from a list of suggestions (created based on their input).

### Import
```js
import { AutoComplete } from "webiny-ui/AutoComplete";
```