We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa16c83 commit 2c383f3Copy full SHA for 2c383f3
content/en/patterns/forms/autocomplete.mdx
@@ -8,11 +8,14 @@ status: complete
8
import { BrowserSupport } from "@app/_components/browser-support";
9
import { BuildEffort } from "@app/_components/build-effort";
10
import { FaqStructuredData } from "@app/_components/faq-structured-data";
11
+import { PatternPreview } from "@app/_components/pattern-preview";
12
13
# Autocomplete
14
15
**_(Also called Autosuggest)_**
16
17
+<PatternPreview />
18
+
19
## Overview
20
21
The **autocomplete** is an interactive input component that helps users quickly find and select values from a predefined list of options as they type.
public/covers/patterns/autcomplete.png
34.4 KB
0 commit comments