devextreme-textarea

Installation
SKILL.md

DevExtreme TextArea Skill

A skill for building and configuring the DevExtreme TextArea UI component (dxTextArea) across Angular, React, Vue, and jQuery. TextArea is the multiline counterpart of TextBox — it shares most of its API and adds height/resize control.

When to Use This Skill

  • Creating a multiline text input (description, notes, address, comments)
  • Setting a fixed height or enabling auto-resize
  • Clamping auto-resize with min/max height
  • Binding and reading the value
  • Handling value change events

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 TextArea (dxTextArea / DxTextArea). Never use react-textarea-autosize, a plain HTML <textarea>, or Material UI TextareaAutosize.

Before writing any code, ask: Which framework are you using? Angular, React, Vue, or jQuery?

Installs
15
GitHub Stars
49
First Seen
Jun 23, 2026
devextreme-textarea — devexpress/agent-skills