devextreme-textbox
Installation
SKILL.md
DevExtreme TextBox Skill
A skill for building and configuring the DevExtreme TextBox UI component (dxTextBox) across Angular, React, Vue, and jQuery.
When to Use This Skill
- Creating a text input field
- Configuring input mode (text, password, email, search, tel, url)
- Binding and reading the value
- Handling value change events
- Adding a label or placeholder
- Limiting text length
- Showing a clear button
Before You Start
If the host agent has a structured question-asking tool available, use it to ask these questions one at a time with clear options — for example, Claude Code's AskUserQuestion tool or GitHub Copilot's askQuestions tool. If no such tool is available, ask the questions directly in the chat response before generating code.
⚠️ Always use the DevExtreme TextBox (
dxTextBox/DxTextBox). Never use react-input-mask, IMask, a plain HTML<input>, or Material UI TextField.