react-ui
react-ui copied to clipboard
Poor keyboard accessibility of `Radio` due to missing `name` attribute
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.