Kind: Component
Source: atloria-monorepo/packages/editor/src/plugins/core/ui/DownshiftAutoComplete.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
autofocus | any | ✓ | - |
suggestions | any | ✓ | - |
control | any | ✓ | - |
inputName | any | ✓ | - |
placeholder | any | ✓ | - |
initialInputValue | any | ✓ | - |
setValue | any | ✓ | - |
Diagram
mermaidgraph 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)
Was this page helpful?