element-plus-autocomplete

Answer Element Plus Autocomplete implementation questions with attribute, event, slot, and expose references.

7|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/wepn13232/element-plus-skills --skill element-plus-autocomplete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: element-plus-autocomplete
Source: https://github.com/wepn13232/element-plus-skills/tree/main/autocomplete
Command: npx skills add https://github.com/wepn13232/element-plus-skills --skill element-plus-autocomplete

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly answers questions about configuring Element Plus Autocomplete inputs so developers no longer hunt through scattered docs when building search or suggestion features.

Core Features & Use Cases

  • Attribute Reference: Lists all el-autocomplete props with types, defaults, and remote-search tips for precise configuration.
  • Event & Slot Overview: Explains the key event hooks and slots so you can customize behavior and dropdown content.
  • Expose Guidance: Highlights exposed methods and refs for programmatic control in advanced Vue forms or typeahead widgets.

Quick Start

Ask for a summary of el-autocomplete attributes, events, slots, and exposes to get usage guidance.

Frequently Asked Questions about element-plus-autocomplete

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Element Plus autocomplete for remote search in Vue forms?

To configure Element Plus autocomplete for remote search, you use specific el-autocomplete props with type definitions and remote-search tips to fetch suggestions dynamically as users type into the input field.

What events and slots are available for customizing the el-autocomplete dropdown?

The el-autocomplete component provides key event hooks and slots that allow you to customize dropdown behavior and render custom content for search suggestions in your Vue application.

Can I programmatically control an Element Plus autocomplete input using exposed methods?

Yes, you can programmatically control an Element Plus autocomplete input by leveraging exposed methods and refs, enabling advanced typeahead widget manipulation and precise form interactions.

What are the default attributes for el-autocomplete when building typeahead widgets?

The default attributes for el-autocomplete include structured property definitions with specified types and defaults, ensuring precise configuration when building typeahead widgets and search-rich inputs.

Does Element Plus autocomplete support custom slots for rendering suggestion items?

Element Plus autocomplete supports custom slots, allowing developers to modify dropdown content and structure how individual suggestion items are rendered within Vue search components.