element-plus-input-number

Describe the Element Plus Input Number component API including props, slots, events, and exposed methods.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill packages the Element Plus Input Number component API so developers can understand how to configure numeric inputs, enforce bounds, and control behavior without hunting through documentation.

Core Features & Use Cases

  • Attributes Reference: Lists every prop from model-value to disabled-scientific with their types and defaults for precise configuration.
  • Slots, Events, and Exposes: Summaries for customizing icons, handling focus/blur/change events, and using programmatic focus/blur controls.
  • Usage Scenario: Ideal when building forms or dashboards that rely on el-input-number and require clarity about validation, control buttons, and accessibility settings.

Quick Start

Ask about el-input-number attributes, events, slots, and exposes to configure a numeric input immediately.

Frequently Asked Questions about element-plus-input-number

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

FAQPage Schema
How do I configure bounds and step precision for an el-input-number component in Vue?

To configure el-input-number bounds and step precision, set the min, max, step, and precision props. This Skill provides the full attributes reference, listing every prop from model-value to disabled-scientific with their types and defaults for precise form configuration.

What events and exposed methods are available for el-input-number programmatic control?

The el-input-number component exposes focus and blur methods for programmatic control, alongside focus, blur, and change events. This Skill summarizes all slots, events, and exposed methods to help handle validations and custom control behaviors.

Can I customize the control buttons and icons on an Element Plus input number field?

Yes, you can customize el-input-number control buttons and icons using slots. This Skill details slot customization options, allowing you to override default increment and decrement icons for tailored form interfaces.

Does the Element Plus input number component support accessibility attributes?

Yes, el-input-number supports accessibility settings including aria attributes. This Skill provides configuration guidance for accessibility attributes, control buttons, and default bounds to ensure proper form compliance.

Why is my el-input-number validation not working with disabled scientific notation?

If el-input-number validation fails with scientific notation, check the disabled-scientific prop configuration. This Skill lists all attributes including disabled-scientific with types and defaults to help troubleshoot numeric input behavior.