Open
Description
What happened?
When using an option group (default type radio) with a name
attribute, I can observe that
- pressing
tab
key moves focus to the individual inputs - pressing arrow keys does not move the focus inside the option group
What did you expect to happen?
When using an option group (default type radio) with a name
attribute, I would expect that
- pressing
tab
moves focus in and out of the option group - pressing arrow keys moves focus inside the option group
Reproduction URL
https://codepen.io/moritzbru/pen/OJKdwRP?editors=1010
How to reproduce?
- go to reproduction link
- press
tab
to move focus to the quasar option group - press arrow keys
- observe that focus does not move
- press
tab
to move focus out of the quasar option group - observe that each radio inout in the quasar option group gets focused via
tab
- press
tab
to move focus to the native option group - press arrow keys
- observe that focus inside the native option group moves
- press
tab
to move focus out of the native option group - observe that focus immediately moves out of the option group
Flavour
UMD
Areas
Components (quasar)
Platforms/Browsers
No response
Quasar info output
No response
Relevant log output
No response
Additional context
Keyboard interaction within a radio group is described e.g. here: https://www.w3.org/WAI/ARIA/apg/patterns/radio/