codeRIT / hackathon-manager

All-in-one platform for hackathon registration & logistics.
https://coderit.org/hackathon-manager/
MIT License
30 stars 24 forks source link

Tab navigation fails for radio buttons #819

Closed skyegallup closed 9 months ago

skyegallup commented 3 years ago

Only the last radio control with a given name attribute is tab-selectable:

image

In this example (from #804), changing the name attribute of the second radio input on the page makes them both selectable, but this obviously doesn't work for acutal form creation:

image

This prevents screen readers and other users reliant on accessibility features from properly navigating our forms.