Results / Radix UI

Radix UI combobox

n/a against @radix-ui/react-accordion@1.2.20, @radix-ui/react-dialog@1.1.23, @radix-ui/react-dropdown-menu@2.1.19, @radix-ui/react-tabs@1.1.14. Every check below cites the clause it measures, and every failure carries the command that reproduces it.

Reproduce this whole run

Serve the adapter from a clone of the repository, then:

npx @railing-dev/runner run --target radix --component combobox \
  --repeat 3 \
  --base-url http://localhost:5180

Or replay it without running anything: download the Playwright trace and open it with npx playwright show-trace.

Down Arrow opens the popup

Check
combobox.opens-on-down-arrow
Status
not-applicable
Severity
blocker
Why it matters
Down Arrow is the APG-specified way to open the list. If it does nothing, a keyboard user has no way to browse the options.
Measured against
APG pattern · WCAG 2.1.1 Keyboard

Enter selects the active option

Check
combobox.enter-selects-active-option
Status
not-applicable
Severity
blocker
Why it matters
Selecting is the point of the control. If Enter does not commit the active option, a keyboard user can browse the list but never choose from it.
Measured against
APG pattern · WCAG 2.1.1 Keyboard

What this cannot tell you

A high score means no violations were detected by automated testing. It does not mean the component is accessible. Automated tests cannot judge whether a label is meaningful, whether a reading order makes sense, or whether the experience is usable with a screen reader. Those need human judgement and disabled users. This is a floor, not a ceiling.