syncfusion-javascript-numerictextbox
Installation
SKILL.md
Implementing NumericTextBox
The NumericTextBox is a specialized input control for capturing numeric values with built-in formatting, validation, and accessibility features. It provides a user-friendly way to handle numeric input with support for decimal values, custom formats, and currency symbols.
When to Use This Skill
Use the NumericTextBox control when you need to:
- Accept numeric input with validation
- Format numbers as currency, percentages, or custom patterns
- Add currency symbols or unit labels (adornments)
- Provide keyboard navigation with arrow keys
- Ensure WCAG-compliant accessibility with ARIA attributes
- Customize the appearance and behavior of numeric inputs
- Handle edge cases like trailing zeros or nullable values