# DownshiftAutoCompleteWithSuggestions

**Kind:** Component

**Source:** [`atloria-monorepo/packages/editor/src/plugins/core/ui/DownshiftAutoComplete.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/core/ui/DownshiftAutoComplete.tsx#L29)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `autofocus` | `any` | ✓ | - |
| `suggestions` | `any` | ✓ | - |
| `control` | `any` | ✓ | - |
| `inputName` | `any` | ✓ | - |
| `placeholder` | `any` | ✓ | - |
| `initialInputValue` | `any` | ✓ | - |
| `setValue` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_DownshiftAutoCompleteWithSuggestions_158f0032["DownshiftAutoCompleteWithSuggestions"]
    class component_DownshiftAutoCompleteWithSuggestions_158f0032 rootComponent
```

## Relationships

- RENDERS → `Controller`
- USES_HOOK → `useState`
- USES_HOOK → `useCellValue`
- USES_HOOK → `useCombobox`

## Referenced By

- `DownshiftAutoComplete` (RENDERS)
