react-ui icon indicating copy to clipboard operation
react-ui copied to clipboard

Poor keyboard accessibility of `Radio` due to missing `name` attribute

Open adamkudrna opened this issue 8 months ago • 0 comments

Users cannot flip through individual Radio options with arrow keys.

It would be possible if all inputs in the same Radio group would have the same name attribute. However, current implementation doesn't allow that, not even passing the name manually through Radio's API.

adamkudrna avatar Apr 11 '25 20:04 adamkudrna