What problem does it solve?
This Skill finds bugs in complex form widgets that standard checks often miss, including date and time controls, file uploads, OTP inputs, comboboxes, tag chips, inline edit fields, password rules, formatted inputs, and masked fields.
Core Features & Use Cases
- Consolidated widget testing: Covers the most failure-prone input patterns in one coordinated skill instead of many overlapping probes.
- Interactive validation: Tests behaviors like auto-advance, paste distribution, option filtering, selection, chip removal, cancel/escape behavior, and commit/cancel flows.
- Formatted and masked input checks: Verifies card, expiry, CVV, phone, numeric, and pattern-based fields enforce the right constraints and formatting.
- Use case: Run it on a checkout, onboarding, or account settings page to detect form interactions that break submission, confuse users, or accept invalid data.
Quick Start
Use the qa-form-input-types skill to inspect the current page for widget-specific form bugs and report every finding it returns.