element-plus-input-tag

Map Element Plus InputTag component props and events for documentation lookup.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracking down InputTag props, events, and usage guidance across the Element Plus site wastes time and invites mistakes when wiring tag inputs in forms; this Skill packages those details for instant recall.

Core Features & Use Cases

  • Attribute matrix lists bindings, defaults, and modifiers so you can configure model-value, tag-type, size, and related behaviors without hunting docs.
  • Event, slot, and expose summaries explain how to respond to add-tag, remove-tag, drag-tag, focus, and clear callbacks while customizing prefixes or suffixes.
  • Usage scenario demonstrates referencing the official link for up-to-date guidance when building dynamic tag inputs for forms and tag editors.

Quick Start

Ask the skill to list el-input-tag attributes and describe how to manage tag additions and removals in a form.

Frequently Asked Questions about element-plus-input-tag

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

FAQPage Schema
How do I configure el-input-tag attributes for dynamic tag inputs in Vue forms?

To configure el-input-tag attributes for dynamic tag inputs, reference the attribute matrix to bind model-value, tag-type, and size, ensuring correct form data configuration without reading external docs.

What events does Element Plus InputTag support for managing tag additions and removals?

Element Plus InputTag supports add-tag, remove-tag, drag-tag, focus, and clear events to manage tag additions and removals, enabling precise callback handling during form interactions.

Can I customize the prefix or suffix of an el-input-tag component using slots?

Yes, you can customize the prefix or suffix of an el-input-tag component by utilizing the slot summaries, which explain how to inject custom content for tailored UI rendering.

What is the best way to look up InputTag exposes and props for Element Plus code generation?

The best way to look up InputTag exposes and props for Element Plus code generation is by querying this API reference to instantly map bindings, defaults, and modifiers.

Does the Element Plus InputTag component support drag and drop functionality?

Yes, the Element Plus InputTag component supports drag and drop functionality, exposing a drag-tag event callback to handle reordering interactions within the tag input interface.