web
web copied to clipboard
Allow keyboard navigation on labels to behave like the actual radio buttons were they not hidden
Links
- Issue: #590
Description
- Students can now navigate through the presession survey radio buttons by using Tab key to focus an option and space to select it
Developer self-review checklist
- [x] Potentially confusing code has been explained with comments
- [x] No warnings or errors have been introduced; all known error cases have been handled
- [x] Any appropriate documentation (within the code, README.md, docs, etc) has been updated
- [x] All edge cases have been addressed