element-plus-select

Document Element Plus Select component attributes, events, slots, and exposes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need to search through scattered Element Plus documentation whenever you need authoritative guidance on the el-select dropdown component and its behaviors.

Core Features & Use Cases

  • Comprehensive API Reference: Details every attribute, event, slot, expose, option, and option-group field relevant to configuring Select, multiple selections, and tag rendering.
  • Guided Usage Scenarios: Explains how props like filterable, remote search, collapse-tags, and teleported dropdowns behave so you can design responsive form controls, multi-select filters, or async dropdown menus.
  • Direct Documentation Link: Includes the official Element Plus Select URL for deeper clarification or updates beyond this summary.

Quick Start

Ask for the el-select API breakdown covering attributes, events, slots, and exposes to plan the dropdown form control you are building.

Frequently Asked Questions about element-plus-select

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

FAQPage Schema
What is the el-select API reference for Vue 3 Element Plus dropdowns?

The el-select API reference details attributes, events, slots, and exposes for configuring Vue 3 Element Plus form dropdowns. It covers option and option-group metadata for building single or multiple selections.

How do I configure remote search and filterable dropdowns in Element Plus?

Configure remote search and filterable dropdowns in Element Plus by applying the filterable and remote props. This Skill explains their behaviors to help you design responsive async dropdown menus and form controls.

Does Element Plus Select support collapsing multiple selected tags?

Yes, Element Plus Select supports collapsing multiple selected tags using the collapse-tags attribute. This manages how multiple selections render within your Vue 3 form control interface.

How do I use el-select slots and exposes for custom Vue 3 form controls?

Use el-select slots and exposes to render custom content and access internal component methods. This API documentation defines every slot and expose field for customizing Vue 3 dropdown experiences.

What are the limitations of using teleported dropdowns in Element Plus?

The Skill explains how the teleported prop behaves for Element Plus dropdowns but does not detail specific limitations. It includes a direct link to the official Element Plus Select documentation for deeper clarification on edge cases.