devextreme-selectbox
Installation
SKILL.md
DevExtreme SelectBox Skill
A skill for building and configuring the DevExtreme SelectBox UI component (dxSelectBox) across Angular, React, Vue, and jQuery.
When to Use This Skill
- Creating a dropdown list bound to an array or remote data
- Configuring
valueExpr/displayExprfor object data - Enabling search in the dropdown
- Handling value change events
- Allowing users to enter a custom item
- Grouping items in the dropdown
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 SelectBox (
dxSelectBox/DxSelectBox). Never use react-select, Downshift, Headless UI Combobox, or any other dropdown library.