AlaskaAirlines / auro-radio

Custom input element of type radio generally used in radio groups—collections of radio buttons describing a set of related options
https://auro.alaskaair.com/components/auro/radio
Apache License 2.0
1 stars 5 forks source link

Keyboard accessibility is not working as expected #126

Closed jordanjones243 closed 5 months ago

jordanjones243 commented 5 months ago

Please verify the version of auro-radio you have installed

4.5.7

Please describe the bug

  1. Go to https://auro.alaskaair.com/components/auro/radio
  2. Start tabbing until you get to first radio group
  3. Tab through radio Group
  4. See error when only one radio button gets focus before moving to accordion

Reproducing the error

This issue is reproducible on the Auro docsite

Expected behavior

All radio options get focus through keyboard

What browsers are you seeing the problem on?

Chrome

Additional context

No response

Exit criteria

All radio options get focus through keyboard

Patrick-Daly-AA commented 5 months ago

Working as expected. Tab is not expected to select between radio options within a group; arrow keys will navigate within a radio group.