You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Error and Alert examples of radio groups both have a pre-selected input that is also disabled. This prevents keyboard access to the remaining available options in the group.
To Reproduce
On the Canvas Kit Design Site,
Navigate to components > inputs > Radio > Examples > Error and Alert
Use the Tab key on the keyboard to focus the Alert radio group example
Issue: observe that keyboard focus skips over the radio group
Expected Behavior
Users must be able to focus the radio group, and use the arrow keys to select among available options.
Actual Results
Cannot focus and operate the radio group when a disabled option is pre-selected.
Fixes: #2196
The examples for the Alert and Error radio groups were not accessible to the keyboard because the disabled property was set on an already pre-selected input. This was a good example of something not to do!
[category:Components]
🐛 Bug Report
The Error and Alert examples of radio groups both have a pre-selected input that is also disabled. This prevents keyboard access to the remaining available options in the group.
To Reproduce
Expected Behavior
Users must be able to focus the radio group, and use the arrow keys to select among available options.
Actual Results
Cannot focus and operate the radio group when a disabled option is pre-selected.
Browser (if applicable)
All of them.
Link to repl or repo (highly encouraged)
https://canvas.workdaydesign.com/components/inputs/radio/#tab=web&heading=alert
Include a screenshot of a visual bug
The text was updated successfully, but these errors were encountered: