element-plus-select-v2

Configure Element Plus el-select-v2 virtualized select components with props, events, and slots.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides ready access to Element Plus virtualized select (el-select-v2) API details so developers avoid hunting through docs when configuring dropdowns that handle large datasets.

Core Features & Use Cases

  • Complete attribute catalog: Lists every prop such as virtualization sizing, filtering, remote search, and tag behavior so dropdowns stay responsive.
  • Event and slot guidance: Describes available events like change, visible-change, and slots for headers, footers, and custom tags, enabling interactive UI responses.
  • Use case: When building a form that needs a high-performance searchable dropdown with virtualized rendering, consult this skill to wire up remote filters, tag collapse tooltips, and sizing options without guesswork.

Quick Start

Ask the skill to list the el-select-v2 props, events, and slots when planning a virtualized dropdown.

Frequently Asked Questions about element-plus-select-v2

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

FAQPage Schema
How do I configure a virtualized select dropdown in Element Plus for large datasets?

To configure a virtualized select dropdown in Element Plus, use the el-select-v2 component and adjust its virtualization height props. You can wire up remote search and tag collapse behaviors to handle large datasets efficiently.

When should I use the Element Plus virtualized select instead of the standard dropdown?

Use the Element Plus virtualized select when building forms with large datasets that cause standard dropdowns to lag. It maintains UI responsiveness by virtualizing rendering height and supporting remote search filtering.

What events and slots are available for the el-select-v2 component?

The el-select-v2 component exposes change and visible-change events, alongside slots for headers, footers, and custom tags. These enable interactive UI responses and localized content rendering within the virtualized dropdown.

How do I set up remote search with debounce in an Element Plus virtualized select?

Set up remote search in an Element Plus virtualized select by configuring the remote search props and applying remote debounce behavior. This ensures filtering queries trigger efficiently without overwhelming the server.

Can I customize tag collapse tooltips in an Element Plus virtualized select component?

You can customize tag collapse tooltips in an Element Plus virtualized select using specific tooltip options and tag behavior props. This allows multiple selected items to collapse cleanly while providing interactive hover details.

What are the limitations of using a virtualized select dropdown for form building?

Limitations of a virtualized select dropdown include managing virtualization height constraints and handling remote debounce timing correctly. Developers must account for these behavior nuances to prevent rendering glitches during filtering.