원클릭으로
autocomplete
Use when implementing suggest options as users type.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when implementing suggest options as users type.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when implementing help users understand their current location.
Use when implementing expand and collapse content sections.
Use when implementing user account configuration and preferences.
Use when implementing social activity and updates stream.
Use when implementing conversational AI chat interfaces.
Use when implementing handling AI-specific errors.
| name | autocomplete |
| description | Use when implementing suggest options as users type. |
| metadata | {"id":"autocomplete","category":"forms","pattern":"Autocomplete","source":"uxpatterns.dev","url":"https://uxpatterns.dev/patterns/forms/autocomplete","sourcePath":"apps/web/content/patterns/forms/autocomplete.mdx"} |
Suggest options as users type
Autocomplete helps users quickly find and select values from predefined options as they type. Autocomplete combines text input flexibility with dropdown-style selection, providing real-time suggestions matching user input. This pattern reduces errors, speeds data entry, and improves form completion.
references/pattern.md, then choose the smallest viable variation.role="combobox", aria-expanded, aria-controls).ArrowUp/ArrowDown, Enter, Escape, and Tab.aria-activedescendant and stable option IDs.For full implementation detail, examples, and testing notes, see references/pattern.md.
Pattern page: https://uxpatterns.dev/patterns/forms/autocomplete